mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 03:49:09 -07:00
Fix linting errors. (#343)
This commit is contained in:
parent
327832dcbb
commit
772bfe9936
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue