Skip to content

Commit 3330c9b

Browse files
author
Matt Roeschke
committed
Flake8
1 parent fea7a2b commit 3330c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tseries/offsets/test_offsets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from pandas.compat.numpy import np_datetime64_compat
1212

1313
from pandas.core.series import Series
14-
from pandas.core.frame import DataFrame
1514
from pandas._libs.tslibs import conversion
1615
from pandas._libs.tslibs.frequencies import (get_freq_code, get_freq_str,
1716
INVALID_FREQ_ERR_MSG)
@@ -3182,6 +3181,7 @@ def test_last_week_of_month_on_offset():
31823181
fast = offset.onOffset(ts)
31833182
assert fast == slow
31843183

3184+
31853185
@pytest.mark.parametrize('box, assert_func', [
31863186
[None, None],
31873187
[DatetimeIndex, 'assert_index_equal'],

0 commit comments

Comments
 (0)