From c2b98d0ddf7c0cbbdaa26c00ce4b3f1827b68a19 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Mon, 15 Dec 2025 20:08:54 -0800 Subject: [PATCH] satisfy ruff after some code got commented out --- comfy_execution/graph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy_execution/graph.py b/comfy_execution/graph.py index 632f327bf..8fc5846b7 100644 --- a/comfy_execution/graph.py +++ b/comfy_execution/graph.py @@ -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