From bb27bb4309fc4217da03eec62bab4e74ae3ecc19 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 22 May 2025 09:59:53 +0800 Subject: [PATCH] Fix linting --- lightrag/api/routers/query_routes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lightrag/api/routers/query_routes.py b/lightrag/api/routers/query_routes.py index 6ac8943d..b23dbd32 100644 --- a/lightrag/api/routers/query_routes.py +++ b/lightrag/api/routers/query_routes.py @@ -79,8 +79,7 @@ class QueryRequest(BaseModel): ) ids: list[str] | None = Field( - default=None, - description="List of ids to filter the results." + default=None, description="List of ids to filter the results." ) user_prompt: Optional[str] = Field(