diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2014-11-13 12:17:01 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2014-11-13 12:17:01 +0100 |
| commit | b64c771bcb2ec336dd549cfe9d072340c886f3c9 (patch) | |
| tree | 444d93e43d802c6311731b70cb8234ceb27cc9f1 /gitdb/stream.py | |
| parent | 37393af41229712a4bf46184259c4ed927d31093 (diff) | |
| download | gitdb-b64c771bcb2ec336dd549cfe9d072340c886f3c9.tar.gz | |
Fixed all applicable lint issues
Diffstat (limited to 'gitdb/stream.py')
| -rw-r--r-- | gitdb/stream.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gitdb/stream.py b/gitdb/stream.py index de58848..5daf01c 100644 --- a/gitdb/stream.py +++ b/gitdb/stream.py @@ -3,9 +3,8 @@ # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php -from io import BytesIO, StringIO +from io import BytesIO -import errno import mmap import os import zlib @@ -15,7 +14,6 @@ from gitdb.fun import ( stream_copy, apply_delta_data, connect_deltas, - DeltaChunkList, delta_types ) |
