Skip to content

Commit

Permalink
remove addressed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
arw2019 committed Oct 10, 2020
1 parent be67919 commit 136d7db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/dtypes/cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ def infer_dtype_from_scalar(val, pandas_dtype: bool = False) -> Tuple[DtypeObj,
return dtype, val


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

0 comments on commit 136d7db

Please sign in to comment.