mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-04 04:00:30 +00:00
kick the CI
This commit is contained in:
parent
053d6e7805
commit
ebdf74c6b8
@ -12,6 +12,7 @@ L = TypeVar('L')
|
|||||||
|
|
||||||
class uint(int):
|
class uint(int):
|
||||||
byte_len = 0
|
byte_len = 0
|
||||||
|
|
||||||
def __new__(cls, value, *args, **kwargs):
|
def __new__(cls, value, *args, **kwargs):
|
||||||
if value < 0:
|
if value < 0:
|
||||||
raise ValueError("unsigned types must not be negative")
|
raise ValueError("unsigned types must not be negative")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user