Skip to content

Commit a8c88c7

Browse files
mypy fix
1 parent 858d0c2 commit a8c88c7

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
@@ -137,7 +137,7 @@
137137
)
138138
def test_transform_ord_cat_cols_to_coded_cols(
139139
input_df: DataFrame, expected_df: DataFrame
140-
):
140+
) -> None:
141141
# duplicate columns creation for dup columns
142142
if "dup_1" in input_df.columns:
143143
input_df.columns = ["dup" for _ in range(len(input_df.columns))]

0 commit comments

Comments
 (0)