Skip to content

Commit f6b236b

Browse files
committed
small change
1 parent a8f4139 commit f6b236b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class BadTuple(tuple):
6262
def __add__(self, other):
6363
return list(self) + list(other)
6464

65-
class MyDict(frozendict):
65+
class MyDict(dict):
6666
pass
6767

6868
class MyFrozenDict(frozendict):

0 commit comments

Comments
 (0)