Skip to content

Commit 7705c2a

Browse files
committed
fix: fix studio import
1 parent c5f43d8 commit 7705c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

veadk/cli/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import typer
2525
import uvicorn
2626

27-
from veadk.cli.studio.fast_api import get_fast_api_app
2827
from veadk.utils.logger import get_logger
2928
from veadk.version import VERSION
3029

@@ -153,6 +152,8 @@ def web(
153152
def studio(
154153
path: str = typer.Option(".", "--path", help="Project path"),
155154
):
155+
from veadk.cli.studio.fast_api import get_fast_api_app
156+
156157
path = Path(path).resolve()
157158

158159
agent_py_path = os.path.join(path, "agent.py")

0 commit comments

Comments
 (0)