Skip to content

Commit

Permalink
Enforce ruff/pyupgrade rule UP039
Browse files Browse the repository at this point in the history
UP039 Unnecessary parentheses after class definition
  • Loading branch information
DimitriPapadopoulos committed May 28, 2024
1 parent 66b62c6 commit 043ee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_seg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,7 @@ def test_get_plane_positions_of_series(self):
assert isinstance(position, PlanePositionSequence)


class TestSegmentationParsing():
class TestSegmentationParsing:

@pytest.fixture(autouse=True)
def setUp(self):
Expand Down

0 comments on commit 043ee3b

Please sign in to comment.