Skip to content

Commit 4efc82d

Browse files
committed
Remove duplicate StringIO import
1 parent 9d9b8a8 commit 4efc82d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlparse/compat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ def unicode_compatible(cls):
4444
string_types = (str, unicode,)
4545
from StringIO import StringIO
4646
file_types = (file, StringIO, TextIOBase)
47-
from StringIO import StringIO

0 commit comments

Comments
 (0)