Skip to content

Commit 236cf0f

Browse files
committed
lint
1 parent bb90ae5 commit 236cf0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pint_pandas/testsuite/test_pandas_extensiontests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
PeriodDtype,
1717
)
1818
from pandas.tests.extension import base
19-
from pandas.tests.extension.conftest import ( # noqa: F401,F811
19+
from pandas.tests.extension.conftest import ( # noqa: F401
2020
as_array,
2121
as_frame,
2222
as_series,
@@ -298,7 +298,7 @@ class TestMethods(base.BaseMethodsTests):
298298
# @pytest.mark.xfail(
299299
# run=True, reason="TypeError: 'float' object is not subscriptable"
300300
# )
301-
def test_where_series(self, data, na_value, as_frame):
301+
def test_where_series(self, data, na_value, as_frame): # noqa: F811
302302
assert data[0] != data[1]
303303
cls = type(data)
304304
a, b = data[:2]

0 commit comments

Comments
 (0)