mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 13:27:11 +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
|
||||
from comfy_execution.graph_utils import is_link, ExecutionBlocker
|
||||
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
|
||||
ExecutionBlocker = ExecutionBlocker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user