diff --git a/tests/test_dashboard.py b/tests/test_dashboard.py index b840602b5..48b95f314 100644 --- a/tests/test_dashboard.py +++ b/tests/test_dashboard.py @@ -42,8 +42,10 @@ from astrbot.dashboard.password_state import ( set_password_change_required, set_password_storage_upgraded, ) -from astrbot.dashboard.routes.auth import DASHBOARD_JWT_COOKIE_NAME -from astrbot.dashboard.routes.auth import DASHBOARD_TEMPORARY_LOGIN_JWT_MAX_AGE +from astrbot.dashboard.routes.auth import ( + DASHBOARD_JWT_COOKIE_NAME, + DASHBOARD_TEMPORARY_LOGIN_JWT_MAX_AGE, +) from astrbot.dashboard.routes.plugin import PluginRoute from astrbot.dashboard.server import AstrBotDashboard from tests.fixtures.helpers import (