Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 10, 2024
1 parent 072177d commit 0fb12cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions py-polars/tests/unit/operations/test_inequality_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,4 @@ def test_raise_on_multiple_binary_comparisons() -> None:
def test_raise_invalid_input_join_where() -> None:
df = pl.DataFrame({"id": [1, 2]})
with pytest.raises(pl.exceptions.InvalidOperationError):
df.join_where(
df
)
df.join_where(df)

0 comments on commit 0fb12cb

Please sign in to comment.