Skip to content

Commit 0fc8086

Browse files
committed
TST: isort (pandas-dev#27085)
1 parent 19db69e commit 0fc8086

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pandas/tests/tseries/offsets/test_custom_business_month.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
_testing as tm,
2323
date_range,
2424
)
25-
2625
from pandas.tests.tseries.offsets.common import (
2726
Base,
2827
assert_is_on_offset,
2928
assert_offset_equal,
3029
)
31-
3230
from pandas.tests.tseries.offsets.test_offsets import _ApplyCases
31+
3332
from pandas.tseries import offsets as offsets
3433
from pandas.tseries.holiday import USFederalHolidayCalendar
3534

pandas/tests/tseries/offsets/test_month.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
_testing as tm,
2020
date_range,
2121
)
22-
2322
from pandas.tests.tseries.offsets.common import (
2423
Base,
2524
assert_is_on_offset,

0 commit comments

Comments
 (0)