Skip to content

Commit 73f7c9c

Browse files
committed
LINT fix
1 parent 37807e3 commit 73f7c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/generic/test_generic.py

+1
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ def test_pct_change(self, periods, fill_method, limit, exp):
619619
res.name = None
620620
tm.assert_series_equal(res, pd.Series(exp))
621621

622+
622623
class TestNDFrame(object):
623624
# tests that don't fit elsewhere
624625

0 commit comments

Comments
 (0)