From e7a1e17d7fcd3c898c6d0751b5bda9a871059a0b Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 29 Nov 2025 22:22:35 +0800 Subject: [PATCH] refactor: remove unused import in chat route --- astrbot/dashboard/routes/chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/astrbot/dashboard/routes/chat.py b/astrbot/dashboard/routes/chat.py index c8532bde..bd3378fb 100644 --- a/astrbot/dashboard/routes/chat.py +++ b/astrbot/dashboard/routes/chat.py @@ -5,7 +5,6 @@ import os import uuid from contextlib import asynccontextmanager -from quart import Response as QuartResponse from quart import g, make_response, request, send_file from astrbot.core import logger