From ad8987fc15fe5465582ec9215965ca1d3abb89c1 Mon Sep 17 00:00:00 2001 From: Alberto Date: Mon, 14 Oct 2024 10:28:50 +0200 Subject: [PATCH] chore: fix linting --- tests/hypothesis/twa/test_twa.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/hypothesis/twa/test_twa.py b/tests/hypothesis/twa/test_twa.py index 64c2178..4b8b6f5 100644 --- a/tests/hypothesis/twa/test_twa.py +++ b/tests/hypothesis/twa/test_twa.py @@ -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"