fix wrong modif

This commit is contained in:
Matthieu Bourgain 2024-04-19 14:09:19 +02:00
commit 7475198323
No known key found for this signature in database
GPG key ID: 33BA95C808890C39
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,9 @@
from __future__ import (absolute_import, division, print_function)
from plugins.module_utils.implementations.mysql.hash import mysql_sha256_password_hash_hex
from plugins.module_utils.implementations.mysql.hash import (
mysql_sha256_password_hash_hex,
)
__metaclass__ = type
# This code is part of Ansible, but is an independent component.