mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-17 00:43:48 +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
|
from nodes import NODE_CLASS_MAPPINGS
|
||||||
|
|
||||||
class NodeStruct(TypedDict):
|
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
|
class_type: str
|
||||||
_meta: dict[str, str]
|
_meta: dict[str, str]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user