mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 04:34:27 -07:00
Fix: forgot to remove privileges_equal import from unit tests
This commit is contained in:
parent
7d5a064503
commit
1005108fb4
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ from ansible_collections.community.mysql.plugins.module_utils.user import (
|
|||
handle_grant_on_col,
|
||||
has_grant_on_col,
|
||||
normalize_col_grants,
|
||||
sort_column_order,
|
||||
privileges_equal
|
||||
sort_column_order
|
||||
)
|
||||
from ..utils import dummy_cursor_class
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue