remove code that was commented out in _build_workflow_graph (#4233)
This commit is contained in:
@@ -1326,7 +1326,6 @@ class WorkflowService:
|
|||||||
self,
|
self,
|
||||||
blocks: list[BlockTypeVar],
|
blocks: list[BlockTypeVar],
|
||||||
) -> tuple[str, dict[str, BlockTypeVar], dict[str, str | None]]:
|
) -> tuple[str, dict[str, BlockTypeVar], dict[str, str | None]]:
|
||||||
# all_blocks = get_all_blocks(blocks)
|
|
||||||
all_blocks = blocks
|
all_blocks = blocks
|
||||||
label_to_block: dict[str, BlockTypeVar] = {}
|
label_to_block: dict[str, BlockTypeVar] = {}
|
||||||
default_next_map: dict[str, str | None] = {}
|
default_next_map: dict[str, str | None] = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user