From b64c771bcb2ec336dd549cfe9d072340c886f3c9 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 13 Nov 2014 12:17:01 +0100 Subject: Fixed all applicable lint issues --- gitdb/stream.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gitdb/stream.py') 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 ) -- cgit v1.2.1