Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Oct 14, 2024
1 parent d0c2406 commit ad8987f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/hypothesis/twa/test_twa.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def test_state_machine():
verbosity=Verbosity.verbose,
)
class TWAStateful(TWAStatefulBase):

@invariant()
def check_initialization(self):
assert self.twa_window > 0, "TWA window must be set"
Expand Down

0 comments on commit ad8987f

Please sign in to comment.