Skip to content

Commit

Permalink
fix: added correct import statement for HTTPException
Browse files Browse the repository at this point in the history
  • Loading branch information
aap01 committed Apr 3, 2024
1 parent 1b19674 commit cd8d0a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from http.client import HTTPException
import asyncio
import os
from fastapi import FastAPI, Response
from fastapi import FastAPI, HTTPException
from fastapi.responses import FileResponse, StreamingResponse
from fastapi.middleware.cors import CORSMiddleware

Expand Down

0 comments on commit cd8d0a5

Please sign in to comment.