Skip to content

Commit 1bcd080

Browse files
committed
CLN: linting fixes for arithmetic tests
1 parent b0f37cf commit 1bcd080

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pandas/tests/frame/test_arithmetic.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
import pytest
43
import numpy as np
54
import pytest
65

pandas/tests/series/test_arithmetic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def test_ops_series_timedelta(self):
306306
tm.assert_series_equal(result, expected)
307307

308308
@pytest.mark.xfail(reason="Unary negative is currently not permitted "
309-
"for objects of type TimePeriod, see GH 19297")
309+
"for objects of type TimePeriod, see GH 19297")
310310
def test_ops_series_period(self):
311311
# GH 13043
312312
ser = pd.Series([pd.Period('2015-01-01', freq='D'),

0 commit comments

Comments
 (0)