Skip to content

Commit 5324a05

Browse files
committed
feedback: invalidate_string_dtype
1 parent 08b7202 commit 5324a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/cast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ def maybe_upcast(
939939
return values, fill_value
940940

941941

942-
def invalidate_string_dtypes(dtype_set: Set):
942+
def invalidate_string_dtypes(dtype_set: Set[DtypeObj]):
943943
"""
944944
Change string like dtypes to object for
945945
``DataFrame.select_dtypes()``.

0 commit comments

Comments
 (0)