add trailing comma

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Laurent Indermühle 2023-10-05 10:30:06 +02:00 committed by GitHub
parent 30c52485bc
commit 6da275b8e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ from ansible_collections.community.mysql.plugins.module_utils.user import (
has_grant_on_col,
normalize_col_grants,
sort_column_order,
privileges_unpack
privileges_unpack,
)