Skip to content

Commit 5d82403

Browse files
fix(cli): lazy-load unified dashboard deps and harden start API
Agent-Logs-Url: https://github.com/MervinPraison/PraisonAI/sessions/b7840be5-04fc-4c1e-b680-e75ec7b1ca3f Co-authored-by: MervinPraison <454862+MervinPraison@users.noreply.github.com>
1 parent 00bef43 commit 5d82403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/praisonai/praisonai/cli/commands/unified.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import atexit
1212
import signal
1313
from pathlib import Path
14-
from typing import Dict, Set
14+
from typing import Set
1515

1616
import typer
1717

@@ -488,4 +488,4 @@ async def health():
488488
console.print("\n[yellow]🌟 Unified Dashboard stopped.[/yellow]")
489489
except Exception as e:
490490
console.print(f"[red]Error starting unified dashboard: {e}[/red]")
491-
raise typer.Abort()
491+
raise typer.Abort()

0 commit comments

Comments
 (0)