mysql: remove unused import (#65606)
This commit is contained in:
parent
10898cbcbf
commit
531eebffa8
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ except ImportError:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
mysql_driver = None
|
mysql_driver = None
|
||||||
|
|
||||||
from ansible.module_utils._text import to_native
|
|
||||||
|
|
||||||
mysql_driver_fail_msg = 'The PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) module is required.'
|
mysql_driver_fail_msg = 'The PyMySQL (Python 2.7 and Python 3.X) or MySQL-python (Python 2.X) module is required.'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue