feat(api): removed wrong import
This commit is contained in:
parent
771dd8bc49
commit
a5fe0e246f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import logging
|
|||
from typing import Optional, Union
|
||||
|
||||
from decouple import config
|
||||
from fastapi import Body, Depends, BackgroundTasks, Request, RedirectResponse
|
||||
from fastapi import Body, Depends, BackgroundTasks, Request
|
||||
from fastapi import HTTPException, status
|
||||
from starlette.responses import RedirectResponse, FileResponse, JSONResponse, Response
|
||||
import httpx
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue