mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
cleanup
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user