Removed several unused imports.

This commit is contained in:
Aymeric Augustin 2013-06-19 17:18:40 +02:00
parent d9a43545be
commit ffcf24c9ce
32 changed files with 7 additions and 46 deletions

View file

@ -2,7 +2,6 @@ from __future__ import unicode_literals
import re
import unicodedata
import warnings
from gzip import GzipFile
from io import BytesIO