From 8897680d249290a7005922889634908349adf7d7 Mon Sep 17 00:00:00 2001 From: Miyamizu-MitsuhaSang <2510681107@qq.com> Date: Mon, 3 Nov 2025 17:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B0=9A=E8=AF=AD=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=EF=BC=8C=E8=B0=83=E6=95=B4=E6=90=9C=E7=B4=A2=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/search_dict/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/search_dict/routes.py b/app/api/search_dict/routes.py index 840dd11..7dd94d7 100644 --- a/app/api/search_dict/routes.py +++ b/app/api/search_dict/routes.py @@ -6,7 +6,7 @@ from fastapi import APIRouter, Depends, HTTPException, Request, Form from app.api.search_dict import service from app.api.search_dict.search_schemas import SearchRequest, WordSearchResponse, SearchItemFr, SearchItemJp, \ ProverbSearchRequest -from app.api.search_dict.service import suggest_autocomplete, accurate_proverb +from app.api.search_dict.service import suggest_autocomplete from app.api.word_comment.word_comment_schemas import CommentSet from app.models import DefinitionJp, CommentFr, CommentJp from app.models.fr import DefinitionFr, ProverbFr