From d660002076f70bff64770ea598ca0837931a9b4f Mon Sep 17 00:00:00 2001 From: dongli Date: Mon, 16 Jun 2025 23:19:09 -0700 Subject: [PATCH] minor --- apps/devops/app/bootstrap/application.py | 1 - 1 file changed, 1 deletion(-) 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