enable inline import alert and fix inline imports (#2856)

This commit is contained in:
Shuchang Zheng
2025-07-01 12:48:00 -07:00
committed by GitHub
parent 47f9f1dabb
commit 41f77a40c8
7 changed files with 13 additions and 18 deletions

View File

@@ -85,7 +85,7 @@ def run_server() -> None:
"""Run the Skyvern API server."""
load_dotenv()
load_dotenv(".env")
from skyvern.config import settings
from skyvern.config import settings # noqa: PLC0415
port = settings.PORT
console.print(Panel(f"[bold green]Starting Skyvern API Server on port {port}...", border_style="green"))