Skip to content

Commit

Permalink
remove import failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhrks committed Jan 18, 2017
1 parent 239c0ff commit 206d301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/types/cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
_ensure_int8, _ensure_int16,
_ensure_int32, _ensure_int64,
_NS_DTYPE, _TD_DTYPE, _INT64_DTYPE,
_DATELIKE_DTYPES, _POSSIBLY_CAST_DTYPES)
_POSSIBLY_CAST_DTYPES)
from .dtypes import ExtensionDtype, DatetimeTZDtype, PeriodDtype
from .generic import ABCDatetimeIndex, ABCPeriodIndex, ABCSeries
from .missing import isnull, notnull
Expand Down

0 comments on commit 206d301

Please sign in to comment.