Remove unused import statement

This commit is contained in:
Paul Tremberth 2016-01-19 17:04:57 +01:00
parent 1f2233837a
commit 2b5245839c
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ try:
from cStringIO import StringIO as BytesIO
except ImportError:
from io import BytesIO
from io import UnsupportedOperation
from gzip import GzipFile
import six