Skip to content

Commit

Permalink
Add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Oct 21, 2024
1 parent 7139237 commit 55f8d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assertionengine/assertion_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def flag_verify_assertion(
value,
)
else:
value_set = {flag.name for flag in type(value) if flag in value}
value_set = {flag.name for flag in type(value) if flag in value} # type: ignore
expected_set = set(expected)
handler = set_handlers.get(operator)
if handler is None:
Expand Down

0 comments on commit 55f8d29

Please sign in to comment.