diff --git a/apps/devops/app/bootstrap/application.py b/apps/devops/app/bootstrap/application.py index 24223b6..81db6f5 100644 --- a/apps/devops/app/bootstrap/application.py +++ b/apps/devops/app/bootstrap/application.py @@ -20,7 +20,6 @@ def create_app() -> FastAPI: register(app, exception_handler) register(app, database) register(app, router) - # register(app, scheduler) register(app, common) # Call the custom_openapi function to change the OpenAPI version