We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd7d0a commit 36a6c6fCopy full SHA for 36a6c6f
sc2reader/utils.py
@@ -20,9 +20,6 @@ def __getitem__(self,key):
20
return super(PlayerDict,self).__getitem__(key)
21
22
def __setitem__(self,key,value):
23
- #if not isinstance(value,Player):
24
- # raise TypeError("Values must be of the Player class")
25
-
26
if isinstance(key,str):
27
self._key_map[key] = value.pid
28
key = value.pid
0 commit comments