mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-16 00:12:33 +08:00
Slight fix to a type annotation
This commit is contained in:
parent
aac40e4fca
commit
0132eb0889
@ -9,7 +9,7 @@ if TYPE_CHECKING:
|
||||
from nodes import NODE_CLASS_MAPPINGS
|
||||
|
||||
class NodeStruct(TypedDict):
|
||||
inputs: dict[str, str | int | float | tuple[str, int]]
|
||||
inputs: dict[str, str | int | float | bool | tuple[str, int]]
|
||||
class_type: str
|
||||
_meta: dict[str, str]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user