Skip to content

Commit

Permalink
refactor: address quality errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jan 10, 2025
1 parent 3309c2b commit 8d1079e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def check_annotation_group(self, search, annotations, node):
line=line_number,
)

@utils.check_messages(MISSING_ANNOTATION)
@utils.only_required_for_messages(MISSING_ANNOTATION)
def visit_call(self, node):
"""
Check for missing annotations.
Expand Down

0 comments on commit 8d1079e

Please sign in to comment.