refactor: remove commented sections and clean up code in various files

This commit is contained in:
Mireya Cueto Garrido
2026-04-15 08:57:04 +02:00
parent 658b86c067
commit ecc82011ea
11 changed files with 0 additions and 69 deletions
-3
View File
@@ -16,9 +16,6 @@ from api.routers.test_mongo import router as test_mongo_router
from api.routers.docit2mf_build import router as docit2mf_router
from api.routers.google_auth import router as google_auth_router
@asynccontextmanager
async def lifespan(app: FastAPI):
yield