Skip to content

Commit e546020

Browse files
committed
Fixed PEP8 whitespace issue
1 parent 36ec478 commit e546020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/datetimes/test_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_round_ops(self, test_input, rounder, freq, expected):
175175
result = func(freq)
176176
expect = pd.DatetimeIndex([expected], tz=tz)
177177
tm.assert_index_equal(result, expect)
178-
178+
179179
def test_round_daily(self):
180180
dti = pd.date_range('20130101 09:10:11', periods=5)
181181
result = dti.round('D')

0 commit comments

Comments
 (0)