Skip to content

Commit 48f23df

Browse files
committed
remove addressed TODO
1 parent 4d13d23 commit 48f23df

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
@@ -799,7 +799,6 @@ def infer_dtype_from_scalar(val, pandas_dtype: bool = False) -> Tuple[DtypeObj,
799799
return dtype, val
800800

801801

802-
# TODO: try to make the Any in the return annotation more specific
803802
def infer_dtype_from_array(
804803
arr, pandas_dtype: bool = False
805804
) -> Tuple[DtypeObj, ArrayLike]:

0 commit comments

Comments
 (0)