mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-09 11:24:55 +08:00
Merge pull request #20 from google/bool-checking
Fix for boolean checking not working
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user