Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jan 8, 2021
1 parent 44eace0 commit 24aaa72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MySQLdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
TimestampFromTicks,
)

try:
frozenset
except NameError:
from sets import ImmutableSet as frozenset

threadsafety = 1
apilevel = "2.0"
paramstyle = "format"
Expand Down

0 comments on commit 24aaa72

Please sign in to comment.