satisfy ruff after some code got commented out

This commit is contained in:
Jedrzej Kosinski 2025-12-15 20:08:54 -08:00
parent 3b4927a106
commit c2b98d0ddf

View File

@ -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