From 684c889c27c720867b8b554bc7b62931f6767f8c Mon Sep 17 00:00:00 2001 From: airano Date: Mon, 23 Feb 2026 23:31:00 +0330 Subject: [PATCH] style: fix import ordering in test_dashboard.py Co-Authored-By: Claude Opus 4.6 --- tests/test_dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_dashboard.py b/tests/test_dashboard.py index 7584b08..db3407b 100644 --- a/tests/test_dashboard.py +++ b/tests/test_dashboard.py @@ -377,6 +377,7 @@ def test_dashboard_connect_page(monkeypatch): """Test that the /dashboard/connect page renders successfully without 500 errors.""" from server import create_multi_endpoint_app from starlette.testclient import TestClient + import core.dashboard.routes import core.site_api import core.user_keys