mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
Remove unused import
This commit is contained in:
@ -13,7 +13,6 @@ from _mysql_exceptions import Warning, Error, InterfaceError, DataError, \
|
||||
NotSupportedError, ProgrammingError
|
||||
import _mysql
|
||||
import re
|
||||
import sys
|
||||
|
||||
|
||||
def defaulterrorhandler(connection, cursor, errorclass, errorvalue):
|
||||
|
Reference in New Issue
Block a user