Revert "feat"

This reverts commit 55cd1b27bd.
This commit is contained in:
zhouchengrong
2024-12-02 23:21:46 +08:00
parent bb0ac9046b
commit 85145ba2c9

View File

@@ -1,7 +1,8 @@
import json
import logging
from http.client import HTTPException
from fastapi import APIRouter, HTTPException
from fastapi import APIRouter
from app.schemas.query_image import QueryImageModel
from app.schemas.response_template import ResponseModel