mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-20 09:21:25 -07:00
[PR #508/9b8455c2 backport][stable-2] Fix sanity (#509)
* Fix sanity (#508)
* Fix sanity
* Remove as unnecessary
(cherry picked from commit 9b8455c2e6
)
* Update tests/unit/plugins/module_utils/test_mysql_user.py
---------
Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
This commit is contained in:
parent
1243d85f65
commit
b02c5b411a
6 changed files with 2 additions and 22 deletions
|
@ -8,7 +8,6 @@ try:
|
|||
from unittest.mock import MagicMock
|
||||
except ImportError:
|
||||
from mock import MagicMock
|
||||
|
||||
from ansible_collections.community.mysql.plugins.module_utils.user import (
|
||||
handle_grant_on_col,
|
||||
has_grant_on_col,
|
||||
|
@ -16,7 +15,6 @@ from ansible_collections.community.mysql.plugins.module_utils.user import (
|
|||
sort_column_order,
|
||||
handle_requiressl_in_priv_string
|
||||
)
|
||||
from ..utils import dummy_cursor_class
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue