fix lint failures

This commit is contained in:
AlanCoding 2020-06-08 20:11:11 -04:00
parent 222998281f
commit 9dec359898
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

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, ],
],
)