mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-09 10:41: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
|
@ -4,10 +4,6 @@ from __future__ import (absolute_import, division, print_function)
|
|||
__metaclass__ = type
|
||||
|
||||
import pytest
|
||||
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,
|
||||
|
@ -16,7 +12,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