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 Jul 7, 2023
1 parent 6cc165c commit 7dbfc33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/safeds/data/tabular/containers/_table/test_sort_rows.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
Table({"col1": [1, 2, 3]}),
),
],
ids=["empty", "3 rows"],
)
def test_should_return_sorted_table(
table: Table,
Expand All @@ -45,9 +43,7 @@ def test_should_return_sorted_table(
Table({"col1": [3, 2, 1]}),
),
],
ids=["empty", "3 rows"],
)
def test_should_not_modify_original_table(
table: Table,
Expand Down

0 comments on commit 7dbfc33

Please sign in to comment.