We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743d498 commit d35aeabCopy full SHA for d35aeab
pandas/tests/indexes/multi/test_format.py
@@ -76,7 +76,7 @@ def test_repr_max_seq_item_setting(idx):
76
assert '...' not in str(idx)
77
78
79
-class TestRepr(object):
+class TestRepr:
80
81
def test_repr(self, idx):
82
result = idx[:1].__repr__()
0 commit comments