Skip to content

Commit

Permalink
Linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohannes committed Mar 12, 2024
1 parent 7f704bf commit 9f4a3b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def comparison_key(attr):
if templates is None
or templates == AttributeType.is_template_type(attr.attr_type)
],
key=comparison_key
key=comparison_key,
)

def __init__(self, group, strict_validation=True):
Expand Down

0 comments on commit 9f4a3b4

Please sign in to comment.