Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Apr 30, 2024
1 parent c37124b commit 9a0024f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/safeds/data/tabular/containers/test_row.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def test_should_return_same_hash_for_equal_rows(self, row1: Row, row2: Row) -> N
@pytest.mark.parametrize(
("row1", "row2"),
[
(Row({"col1": 0}), Row({"col1": 1})),
(Row({"col1": 0}), Row({"col2": 0})),
(Row({"col1": 0}), Row({"col1": "a"})),
Expand Down

0 comments on commit 9a0024f

Please sign in to comment.