Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
svittoz committed Apr 18, 2024
1 parent 0f39214 commit d9d1526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sort_first_koalas.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
ascending=[True, False],
cols=["A", ["A", "B"]],
by_cols=[["B", "C", "D"], ["C", "D"]],
disambiguate_col=["E", "E"]
disambiguate_col=["E", "E"],
)
all_params = pd.DataFrame(all_params).to_dict("records")

Expand Down

0 comments on commit d9d1526

Please sign in to comment.