Skip to content

Commit

Permalink
Revert "mysql.py: remove unused import" (ansible#59768)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde authored Jul 30, 2019
1 parent 3c7e8f7 commit 0b27ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/module_utils/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
except ImportError:
try:
import MySQLdb as mysql_driver
import MySQLdb.cursors
_mysql_cursor_param = 'cursorclass'
except ImportError:
mysql_driver = None
Expand Down

0 comments on commit 0b27ec3

Please sign in to comment.