We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171513b commit a13e7deCopy full SHA for a13e7de
server/app/controller/chat/history_controller.py
@@ -3,7 +3,7 @@
3
from fastapi_pagination.ext.sqlmodel import paginate
4
from app.model.chat.chat_history import ChatHistoryOut, ChatHistoryIn, ChatHistory, ChatHistoryUpdate
5
from fastapi_babel import _
6
-from sqlmodel import Session, select, desc, asc, case
+from sqlmodel import Session, select, desc, case
7
from app.component.auth import Auth, auth_must
8
from app.component.database import session
9
from utils import traceroot_wrapper as traceroot
0 commit comments