Skip to content
Prev Previous commit
typo fixup ImportError
  • Loading branch information
jbrockmendel committed Oct 28, 2017
commit ced2c8d24b3d5f2fbbb0d20843b1007e6ca49e40
2 changes: 1 addition & 1 deletion pandas/tests/tseries/test_offsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
get_offset, get_standard_freq)
from pandas.core.indexes.datetimes import (
_to_m8, DatetimeIndex, _daterange_cache)
from pandas._libs.tseries offsets import WeekDay, CacheableOffset
from pandas._libs.tslibs.offsets import WeekDay, CacheableOffset
from pandas.tseries.offsets import (BDay, CDay, BQuarterEnd, BMonthEnd,
BusinessHour, WeekOfMonth, CBMonthEnd,
CustomBusinessHour,
Expand Down