Skip to content

Commit c2b98d0

Browse files
committed
satisfy ruff after some code got commented out
1 parent 3b4927a commit c2b98d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

comfy_execution/graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import inspect
77
from comfy_execution.graph_utils import is_link, ExecutionBlocker
88
from comfy.comfy_types.node_typing import ComfyNodeABC, InputTypeDict, InputTypeOptions
9-
from comfy_api.latest import IO
109

1110
# NOTE: ExecutionBlocker code got moved to graph_utils.py to prevent torch being imported too soon during unit tests
1211
ExecutionBlocker = ExecutionBlocker

0 commit comments

Comments
 (0)