Fix for boolean checking not working (#19)

This commit is contained in:
Patrick Kidger
2022-09-15 16:05:49 +01:00
committed by GitHub
parent 3c7e4e11ee
commit e61a37f0a3
+1 -1
View File
@@ -446,7 +446,7 @@ if TYPE_CHECKING:
from typing_extensions import Annotated as UInt32
from typing_extensions import Annotated as UInt64
else:
_bool = "bool"
_bool = "bool_"
_uint8 = "uint8"
_uint16 = "uint16"
_uint32 = "uint32"