Skip to content

Commit d2d0f71

Browse files
type fix corr.py
1 parent f141e6a commit d2d0f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/methods/corr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
),
136136
],
137137
)
138-
def test_transform_ord_cat_cols_to_coded_cols(input_df, expected_df):
138+
def test_transform_ord_cat_cols_to_coded_cols(input_df: DataFrame, expected_df: DataFrame):
139139
# duplicate columns creation for dup columns
140140
if "dup_1" in input_df.columns:
141141
input_df.columns = ["dup" for _ in range(len(input_df.columns))]

0 commit comments

Comments
 (0)