Skip to content

Commit 1c6f197

Browse files
committed
flake8 whitespace fixup
1 parent b86a7b9 commit 1c6f197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/scalar/test_period.py

+1
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,7 @@ def test_period_ops_offset(self):
14071407
with tm.assert_raises_regex(period.IncompatibleFrequency, msg):
14081408
p - offsets.Hour(2)
14091409

1410+
14101411
def test_period_immutable():
14111412
# see gh-17116
14121413
per = pd.Period('2014Q1')

0 commit comments

Comments
 (0)