Skip to content

Commit 136d7db

Browse files
committed
remove addressed TODO
1 parent be67919 commit 136d7db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/dtypes/cast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,6 @@ def infer_dtype_from_scalar(val, pandas_dtype: bool = False) -> Tuple[DtypeObj,
737737
return dtype, val
738738

739739

740-
# TODO: try to make the Any in the return annotation more specific
741740
def infer_dtype_from_array(
742741
arr, pandas_dtype: bool = False
743742
) -> Tuple[DtypeObj, ArrayLike]:

0 commit comments

Comments
 (0)