Skip to content

Commit

Permalink
Update main.py (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Ofii authored Oct 18, 2024
1 parent 929694d commit 95e3d1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linguaphoto/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import uvicorn
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
from socketio import ASGIApp

from linguaphoto.api.api import router
from linguaphoto.socket import sio # Import the `sio` and `notify_user` from socket.py
Expand Down

0 comments on commit 95e3d1d

Please sign in to comment.