default method for container is recognized now

This commit is contained in:
protolambda 2019-06-15 21:13:01 +02:00
parent 3a9b1fb72c
commit 82e7392b17
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class uint256(uint):
# Note: importing ssz functionality locally, to avoid import loop # Note: importing ssz functionality locally, to avoid import loop
class Container(object): class Container(object, metaclass=DefaultingTypeMeta):
def __init__(self, **kwargs): def __init__(self, **kwargs):
cls = self.__class__ cls = self.__class__