kick the CI

This commit is contained in:
Hsiao-Wei Wang 2019-05-30 15:57:39 +08:00
parent 053d6e7805
commit ebdf74c6b8
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4

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")