default method for container is recognized now
This commit is contained in:
parent
3a9b1fb72c
commit
82e7392b17
|
@ -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__
|
||||||
|
|
Loading…
Reference in New Issue