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 9f4a3b4 commit c01954a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ def _get_attributes(self, templates: Optional[bool]):
def comparison_key(attr):
if attr.requirement_level:
return attr.requirement_level.value, attr.fqn
else:
return RequirementLevel.RECOMMENDED.value, attr.fqn
return RequirementLevel.RECOMMENDED.value, attr.fqn

return sorted(
[
Expand Down

0 comments on commit c01954a

Please sign in to comment.