kick the CI

This commit is contained in:
Hsiao-Wei Wang
2019-05-30 15:57:39 +08:00
parent 053d6e7805
commit ebdf74c6b8

View File

@@ -12,6 +12,7 @@ L = TypeVar('L')
class uint(int):
byte_len = 0
def __new__(cls, value, *args, **kwargs):
if value < 0:
raise ValueError("unsigned types must not be negative")