Skip to content

Commit 73ad3d7

Browse files
committed
line 2710 formatting update for whitespace
1 parent ea4f151 commit 73ad3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/tests/test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ def test_repeat(self):
27072707
def test_nat(self):
27082708
self.assertIs(pd.PeriodIndex._na_value, pd.NaT)
27092709
self.assertIs(pd.PeriodIndex([], freq='M')._na_value, pd.NaT)
2710-
2710+
27112711
idx = pd.PeriodIndex(['2011-01-01', '2011-01-02'], freq='D')
27122712
self.assertTrue(idx._can_hold_na)
27132713

0 commit comments

Comments
 (0)