Skip to content

Commit d35aeab

Browse files
committed
remove inheritance from 'object'
1 parent 743d498 commit d35aeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/multi/test_format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_repr_max_seq_item_setting(idx):
7676
assert '...' not in str(idx)
7777

7878

79-
class TestRepr(object):
79+
class TestRepr:
8080

8181
def test_repr(self, idx):
8282
result = idx[:1].__repr__()

0 commit comments

Comments
 (0)