Skip to content

Commit 24aaa72

Browse files
committed
cleanup
1 parent 44eace0 commit 24aaa72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

MySQLdb/__init__.py

-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
TimestampFromTicks,
5555
)
5656

57-
try:
58-
frozenset
59-
except NameError:
60-
from sets import ImmutableSet as frozenset
61-
6257
threadsafety = 1
6358
apilevel = "2.0"
6459
paramstyle = "format"

0 commit comments

Comments
 (0)