From 706e1ebf94465fa1e9b09f93c700953b1527552a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 15 Mar 2026 20:01:53 +0800 Subject: [PATCH] bugfix --- dagflow/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagflow/init.py b/dagflow/init.py index 582bbc8..7197557 100644 --- a/dagflow/init.py +++ b/dagflow/init.py @@ -7,7 +7,7 @@ from .dagflow import ( FlowEngine, get_org_flow_definition add_new_workflow -} +) async def dagbacktask(engines, app): tasks = []