mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-10 19:21:32 -07:00
Fix sanity (#508)
* Fix sanity
* Remove as unnecessary
(cherry picked from commit 9b8455c2e6
)
This commit is contained in:
parent
1243d85f65
commit
8c6b600df5
6 changed files with 2 additions and 25 deletions
|
@ -296,7 +296,6 @@ from ansible_collections.community.mysql.plugins.module_utils.mysql import (
|
|||
mysql_common_argument_spec,
|
||||
)
|
||||
from ansible.module_utils._text import to_native
|
||||
from ansible_collections.community.mysql.plugins.module_utils.version import LooseVersion
|
||||
|
||||
executed_queries = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue