Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pal03377 committed Nov 8, 2023
1 parent ce055d7 commit ff6c4d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion embedding/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from fastapi import FastAPI, Request, Response, BackgroundTasks
from src.TimerHandler import TimerHandler
from src import UploadingResource
from src.feedback import FeedbackCommentRequest

logger = logging.getLogger()
logger.setLevel(logging.DEBUG)
Expand Down

0 comments on commit ff6c4d0

Please sign in to comment.