Merge pull request #7293 from AlanCoding/lint_failure

fix lint failures

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-06-09 03:12:02 +00:00 committed by GitHub
commit 246aee623b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ def main():
],
# If we are state absent make sure one of existing_token or existing_token_id are present
required_if=[
[ 'state', 'absent', ('existing_token', 'existing_token_id'), True,],
['state', 'absent', ('existing_token', 'existing_token_id'), True, ],
],
)