Skip to content

Commit

Permalink
style: disable linter for identity test
Browse files Browse the repository at this point in the history
  • Loading branch information
WinPlay02 committed Apr 4, 2024
1 parent f1a6560 commit 68c3562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/safeds/data/tabular/transformation/test_imputer.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def test_equal_identity_strategy(
self,
strategy: ImputerStrategy,
) -> None:
assert strategy == strategy
assert strategy == strategy # noqa: PLR0124

@pytest.mark.parametrize(
("strategy1", "strategy2"),
Expand Down

0 comments on commit 68c3562

Please sign in to comment.