mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
cut unused import (sanity)
This commit is contained in:
parent
f80ef4f9b4
commit
4ee6659b54
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue