mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 19:50:31 -07:00
add trailing comma
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
30c52485bc
commit
6da275b8e5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from ansible_collections.community.mysql.plugins.module_utils.user import (
|
||||||
has_grant_on_col,
|
has_grant_on_col,
|
||||||
normalize_col_grants,
|
normalize_col_grants,
|
||||||
sort_column_order,
|
sort_column_order,
|
||||||
privileges_unpack
|
privileges_unpack,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue