Fixed the wrong import
This commit is contained in:
+1
-2
@@ -2,8 +2,7 @@ import asyncio
|
||||
import time
|
||||
|
||||
from app.agent.manus import Manus
|
||||
from app.flow.base import FlowType
|
||||
from app.flow.flow_factory import FlowFactory
|
||||
from app.flow.flow_factory import FlowFactory, FlowType
|
||||
from app.logger import logger
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user