Skip to content

Commit 6934c19

Browse files
committed
remove import failure
1 parent de44877 commit 6934c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/types/cast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
_ensure_int8, _ensure_int16,
2020
_ensure_int32, _ensure_int64,
2121
_NS_DTYPE, _TD_DTYPE, _INT64_DTYPE,
22-
_DATELIKE_DTYPES, _POSSIBLY_CAST_DTYPES)
22+
_POSSIBLY_CAST_DTYPES)
2323
from .dtypes import ExtensionDtype, DatetimeTZDtype, PeriodDtype
2424
from .generic import ABCDatetimeIndex, ABCPeriodIndex, ABCSeries
2525
from .missing import isnull, notnull

0 commit comments

Comments
 (0)