mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-21 05:21:46 -07:00
fix import
This commit is contained in:
parent
7475198323
commit
0e9e848421
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
from plugins.module_utils.implementations.mysql.hash import (
|
||||
mysql_sha256_password_hash_hex,
|
||||
)
|
||||
|
||||
__metaclass__ = type
|
||||
|
||||
|
@ -24,6 +21,9 @@ from ansible_collections.community.mysql.plugins.module_utils.mysql import (
|
|||
mysql_driver,
|
||||
get_server_implementation,
|
||||
)
|
||||
from ansible_collections.community.mysql.plugins.module_utils.implementations.mysql.hash import (
|
||||
mysql_sha256_password_hash_hex,
|
||||
)
|
||||
|
||||
|
||||
class InvalidPrivsError(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue