mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 03:41:02 +00:00
Fix linting errors. (#343)
This commit is contained in:
@@ -194,7 +194,7 @@ def create(
|
||||
(check is None or check == i['check']) and
|
||||
(
|
||||
creator == '' or
|
||||
creator == i['creator'])and
|
||||
creator == i['creator']) and
|
||||
(
|
||||
reason == '' or
|
||||
reason == i['reason']) and
|
||||
|
||||
Reference in New Issue
Block a user