mysql: remove unused import (#65606)

This commit is contained in:
Andrew Klychkov 2019-12-06 15:19:45 +03:00 committed by John R Barker
parent 10898cbcbf
commit 531eebffa8

View file

@ -40,8 +40,6 @@ except ImportError:
except ImportError:
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.'