cut unused import (sanity)

This commit is contained in:
Laurent Indermuehle 2023-09-19 16:28:00 +02:00
parent f80ef4f9b4
commit 4ee6659b54
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -25,7 +25,6 @@ except ImportError:
try:
# mysqlclient is called MySQLdb
import MySQLdb as mysql_driver
import MySQLdb.cursors
_mysql_cursor_param = 'cursorclass'
except ImportError:
mysql_driver = None