Skip to content

Commit

Permalink
cut unused import (sanity)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Sep 19, 2023
1 parent 429040a commit add7b21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/module_utils/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
try:
# mysqlclient is called MySQLdb
import MySQLdb as mysql_driver
import MySQLdb.cursors
_mysql_cursor_param = 'cursorclass'
except ImportError:
mysql_driver = None
Expand Down

0 comments on commit add7b21

Please sign in to comment.