Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed May 13, 2024
1 parent d033aa9 commit 298902c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/operations/test_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,4 +999,4 @@ def test_join_empties(how: str) -> None:
df2 = pl.DataFrame({"col2": [], "col4": [], "col5": []})

df = df1.join(df2, on="col2", how=how)
assert df.height == 0
assert df.height == 0

0 comments on commit 298902c

Please sign in to comment.