Skip to content

Commit 74b2b0f

Browse files
committed
STYLE: pep8 fix
1 parent 2c45ed3 commit 74b2b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def test_count_nonnumeric_types(self):
226226
'dt_nat': [pd.Timestamp('20170101'), pd.Timestamp('20170203'),
227227
pd.Timestamp(None)],
228228
'periods_nat': [pd.Period('2012-01'), pd.Period('2012-02'),
229-
pd.Period(None)]},
229+
pd.Period(None)]},
230230
columns=cols)
231231

232232
expected = DataFrame(

0 commit comments

Comments
 (0)