mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-23 10:51:25 -07:00
Fix sanity tests
This commit is contained in:
parent
6e175d8166
commit
67b62e8ada
5 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
from distutils.version import LooseVersion
|
||||
from ansible_collections.community.mysql.plugins.module_utils.mysql import get_server_version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue