Merge pull request #20 from google/bool-checking

Fix for boolean checking not working
This commit is contained in:
Patrick Kidger
2022-09-15 08:14:56 -07:00
committed by GitHub
+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"