Skip to content

Commit a066ac0

Browse files
Terji PetersenTerji Petersen
Terji Petersen
authored and
Terji Petersen
committed
pylint fix
1 parent 1cf4614 commit a066ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ def test_inv(self, simple_index):
795795
with pytest.raises(TypeError, match=msg):
796796
~Series(idx)
797797

798-
def test_holds_integer_deprecated(selfm, simple_index):
798+
def test_holds_integer_deprecated(self, simple_index):
799799
# GH50243
800800
idx = simple_index
801801
with tm.assert_produces_warning(FutureWarning):

0 commit comments

Comments
 (0)