Skip to content

Commit 9b68e60

Browse files
type annotation fix
1 parent 0fe8879 commit 9b68e60

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
@@ -120,7 +120,7 @@ def test_transform_ord_cat_cols_to_coded_cols(
120120
],
121121
)
122122
def test_transform_ord_cat_cols_to_coded_cols_duplicated_col(
123-
input_df_dict, expected_df_dict
123+
input_df_dict: dict, expected_df_dict: dict
124124
) -> None:
125125
# GH #60306
126126
input_df = DataFrame(input_df_dict)

0 commit comments

Comments
 (0)