We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19db69e commit 0fc8086Copy full SHA for 0fc8086
pandas/tests/tseries/offsets/test_custom_business_month.py
@@ -22,14 +22,13 @@
22
_testing as tm,
23
date_range,
24
)
25
-
26
from pandas.tests.tseries.offsets.common import (
27
Base,
28
assert_is_on_offset,
29
assert_offset_equal,
30
31
32
from pandas.tests.tseries.offsets.test_offsets import _ApplyCases
+
33
from pandas.tseries import offsets as offsets
34
from pandas.tseries.holiday import USFederalHolidayCalendar
35
pandas/tests/tseries/offsets/test_month.py
@@ -19,7 +19,6 @@
19
20
21
0 commit comments