Skip to content

Commit

Permalink
Fix coverage for attributes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Jan 25, 2025
1 parent edb2b2b commit 95206ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rules/attributes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ class Example:
some_attribute = "value"

def __init__(self) -> None:
pass
raise NotImplementedError()

def some_fn(self):
pass
raise NotImplementedError()


EXPECTED = """
Expand Down

0 comments on commit 95206ee

Please sign in to comment.