Skip to content

Commit 1495053

Browse files
committed
fix precommit
1 parent 0ddd9f5 commit 1495053

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/generic/test_finalize.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@
158158
({"A": ["a", "b", "c"], "B": [1, 3, 5], "C": [2, 4, 6]},),
159159
operator.methodcaller("melt", id_vars=["A"], value_vars=["B"]),
160160
),
161-
pytest.param(
162-
(pd.DataFrame, frame_data, operator.methodcaller("map", lambda x: x))
163-
),
161+
pytest.param((pd.DataFrame, frame_data, operator.methodcaller("map", lambda x: x))),
164162
pytest.param(
165163
(
166164
pd.DataFrame,

0 commit comments

Comments
 (0)