This commit is contained in:
Inada Naoki
2021-01-08 17:39:31 +09:00
parent 44eace06de
commit 24aaa72c15

View File

@ -54,11 +54,6 @@ from MySQLdb.times import (
TimestampFromTicks,
)
try:
frozenset
except NameError:
from sets import ImmutableSet as frozenset
threadsafety = 1
apilevel = "2.0"
paramstyle = "format"