We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea7a2b commit 3330c9bCopy full SHA for 3330c9b
pandas/tests/tseries/offsets/test_offsets.py
@@ -11,7 +11,6 @@
11
from pandas.compat.numpy import np_datetime64_compat
12
13
from pandas.core.series import Series
14
-from pandas.core.frame import DataFrame
15
from pandas._libs.tslibs import conversion
16
from pandas._libs.tslibs.frequencies import (get_freq_code, get_freq_str,
17
INVALID_FREQ_ERR_MSG)
@@ -3182,6 +3181,7 @@ def test_last_week_of_month_on_offset():
3182
3181
fast = offset.onOffset(ts)
3183
assert fast == slow
3184
+
3185
@pytest.mark.parametrize('box, assert_func', [
3186
[None, None],
3187
[DatetimeIndex, 'assert_index_equal'],
0 commit comments