We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77246cc commit f073e1bCopy full SHA for f073e1b
data_structures/hashing/hash_map.py
@@ -32,7 +32,7 @@ def __bool__(self):
32
_deleted = _DeletedItem()
33
34
35
-class HashMap(MutableMapping, Generic[KEY, VAL]):
+class HashMap(MutableMapping[KEY, VAL]):
36
"""
37
Hash map with open addressing.
38
0 commit comments