Skip to content

Commit 9e8af82

Browse files
fix
1 parent 19c910e commit 9e8af82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/routers_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from server.models import IngestErrorResponse, IngestSuccessResponse, PatternType
1111
from server.query_processor import process_query
1212

13-
1413
COMMON_INGEST_RESPONSES: dict[int | str, dict[str, Any]] = {
1514
status.HTTP_200_OK: {"model": IngestSuccessResponse, "description": "Successful ingestion"},
1615
status.HTTP_400_BAD_REQUEST: {"model": IngestErrorResponse, "description": "Bad request or processing error"},

0 commit comments

Comments
 (0)