Skip to content

Commit 3538e1b

Browse files
Update Lib/test/test_dict.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 726f52b commit 3538e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ def __hash__(self):
16021602
d.get(key2)
16031603

16041604
def test_clear_at_lookup(self):
1605-
class X(object):
1605+
class X:
16061606
def __hash__(self):
16071607
return 1
16081608
def __eq__(self, other):

0 commit comments

Comments
 (0)