Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Oct 8, 2022
1 parent bb90ae5 commit 236cf0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pint_pandas/testsuite/test_pandas_extensiontests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
PeriodDtype,
)
from pandas.tests.extension import base
from pandas.tests.extension.conftest import ( # noqa: F401,F811
from pandas.tests.extension.conftest import ( # noqa: F401
as_array,
as_frame,
as_series,
Expand Down Expand Up @@ -298,7 +298,7 @@ class TestMethods(base.BaseMethodsTests):
# @pytest.mark.xfail(
# run=True, reason="TypeError: 'float' object is not subscriptable"
# )
def test_where_series(self, data, na_value, as_frame):
def test_where_series(self, data, na_value, as_frame): # noqa: F811
assert data[0] != data[1]
cls = type(data)
a, b = data[:2]
Expand Down

0 comments on commit 236cf0f

Please sign in to comment.