remove code that was commented out in _build_workflow_graph (#4233)

This commit is contained in:
Shuchang Zheng
2025-12-08 18:41:14 -08:00
committed by GitHub
parent 40c8f39045
commit 5390e30bbf

View File

@@ -1326,7 +1326,6 @@ class WorkflowService:
self,
blocks: list[BlockTypeVar],
) -> tuple[str, dict[str, BlockTypeVar], dict[str, str | None]]:
# all_blocks = get_all_blocks(blocks)
all_blocks = blocks
label_to_block: dict[str, BlockTypeVar] = {}
default_next_map: dict[str, str | None] = {}