Skip to content

Commit

Permalink
flake8 whitespace fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Aug 20, 2017
1 parent b86a7b9 commit 1c6f197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/scalar/test_period.py
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,7 @@ def test_period_ops_offset(self):
with tm.assert_raises_regex(period.IncompatibleFrequency, msg):
p - offsets.Hour(2)


def test_period_immutable():
# see gh-17116
per = pd.Period('2014Q1')
Expand Down

0 comments on commit 1c6f197

Please sign in to comment.