mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-16 14:27:06 +08:00
nit
This commit is contained in:
parent
8244362d7d
commit
70c0d4ef4f
@ -1,3 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def validate_node_input(
|
||||
received_type: str, input_type: str, strict: bool = False
|
||||
) -> bool:
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
from __future__ import annotations
|
||||
import sys
|
||||
import copy
|
||||
import logging
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user