From faaf8647e27278d75c13c6883826ff3895fd888b Mon Sep 17 00:00:00 2001 From: Yvonne Yao Date: Tue, 4 Aug 2026 14:51:59 +1000 Subject: [PATCH] test --- backend/app/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/app/main.py b/backend/app/main.py index 039e797..2dfe0b4 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -24,6 +24,4 @@ def create_app(settings: Settings | None = None) -> FastAPI: app.include_router(router) return app - - app = create_app()