Commit 8b41479b authored by salma's avatar salma

clear comments

parent 60ce4a8c
...@@ -5,7 +5,7 @@ from fastapi import FastAPI ...@@ -5,7 +5,7 @@ from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware from fastapi.middleware.cors import CORSMiddleware
from contextlib import asynccontextmanager from contextlib import asynccontextmanager
# Import Core # Import DI
from core.container import DIContainer from core.container import DIContainer
from services import WebSocketManager, redis_client, redis_listener from services import WebSocketManager, redis_client, redis_listener
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment