We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9b8a8 commit 4efc82dCopy full SHA for 4efc82d
sqlparse/compat.py
@@ -44,4 +44,3 @@ def unicode_compatible(cls):
44
string_types = (str, unicode,)
45
from StringIO import StringIO
46
file_types = (file, StringIO, TextIOBase)
47
- from StringIO import StringIO
0 commit comments