Skip to content

Commit b9e2145

Browse files
committed
remove addressed TODO
1 parent 4ae79be commit b9e2145

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

804804

805-
# TODO: try to make the Any in the return annotation more specific
806805
def infer_dtype_from_array(
807806
arr, pandas_dtype: bool = False
808807
) -> Tuple[DtypeObj, ArrayLike]:

0 commit comments

Comments
 (0)