Skip to content

Commit 858d0c2

Browse files
ruff format
1 parent d2d0f71 commit 858d0c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/tests/methods/corr.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@
135135
),
136136
],
137137
)
138-
def test_transform_ord_cat_cols_to_coded_cols(input_df: DataFrame, expected_df: DataFrame):
138+
def test_transform_ord_cat_cols_to_coded_cols(
139+
input_df: DataFrame, expected_df: DataFrame
140+
):
139141
# duplicate columns creation for dup columns
140142
if "dup_1" in input_df.columns:
141143
input_df.columns = ["dup" for _ in range(len(input_df.columns))]

0 commit comments

Comments
 (0)