Merge "fix E225 missing whitespace around operator"

This commit is contained in:
Zuul 2021-02-28 04:53:55 +00:00 committed by Gerrit Code Review
commit b7f1fb4a02
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def matches(event, token_values):
# rest of the logic.
# The token has two attributes that can match the domain_id.
if event.domain_id is not None and event.domain_id not in(
if event.domain_id is not None and event.domain_id not in (
token_values['identity_domain_id'],
token_values['assignment_domain_id'],):
return False