mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-04-26 13:37:15 +08:00
satisfy ruff after some code got commented out
This commit is contained in:
parent
3b4927a106
commit
c2b98d0ddf
@ -6,7 +6,6 @@ import asyncio
|
|||||||
import inspect
|
import inspect
|
||||||
from comfy_execution.graph_utils import is_link, ExecutionBlocker
|
from comfy_execution.graph_utils import is_link, ExecutionBlocker
|
||||||
from comfy.comfy_types.node_typing import ComfyNodeABC, InputTypeDict, InputTypeOptions
|
from comfy.comfy_types.node_typing import ComfyNodeABC, InputTypeDict, InputTypeOptions
|
||||||
from comfy_api.latest import IO
|
|
||||||
|
|
||||||
# NOTE: ExecutionBlocker code got moved to graph_utils.py to prevent torch being imported too soon during unit tests
|
# NOTE: ExecutionBlocker code got moved to graph_utils.py to prevent torch being imported too soon during unit tests
|
||||||
ExecutionBlocker = ExecutionBlocker
|
ExecutionBlocker = ExecutionBlocker
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user