Fixed the wrong import

This commit is contained in:
liangxinbing
2025-03-25 13:10:00 +08:00
parent c7a3f465da
commit 3f3d262ebe
+1 -2
View File
@@ -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