Skip to content

Commit a13e7de

Browse files
committed
minor update
1 parent 171513b commit a13e7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/controller/chat/history_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from fastapi_pagination.ext.sqlmodel import paginate
44
from app.model.chat.chat_history import ChatHistoryOut, ChatHistoryIn, ChatHistory, ChatHistoryUpdate
55
from fastapi_babel import _
6-
from sqlmodel import Session, select, desc, asc, case
6+
from sqlmodel import Session, select, desc, case
77
from app.component.auth import Auth, auth_must
88
from app.component.database import session
99
from utils import traceroot_wrapper as traceroot

0 commit comments

Comments
 (0)