mysql.py: remove unused import (#59511)
This commit is contained in:
parent
5fc769f6b1
commit
e9725862ca
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ try:
|
|||
except ImportError:
|
||||
try:
|
||||
import MySQLdb as mysql_driver
|
||||
import MySQLdb.cursors
|
||||
_mysql_cursor_param = 'cursorclass'
|
||||
except ImportError:
|
||||
mysql_driver = None
|
||||
|
|
Loading…
Reference in a new issue