From d9d152662ea7cf41f6b8592d2f2d3f3368aab3b1 Mon Sep 17 00:00:00 2001 From: svittoz Date: Thu, 18 Apr 2024 15:28:10 +0000 Subject: [PATCH] precommit --- tests/test_sort_first_koalas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sort_first_koalas.py b/tests/test_sort_first_koalas.py index a1e53c9c..6cbef4e9 100644 --- a/tests/test_sort_first_koalas.py +++ b/tests/test_sort_first_koalas.py @@ -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")