From edba6fab5efc7216487b2e27811e64b38218139d Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Wed, 5 Apr 2023 12:05:10 +0200 Subject: [PATCH] Import workflows --- geant_service_orchestrator/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant_service_orchestrator/main.py b/geant_service_orchestrator/main.py index e14ab096..0ec8aae0 100644 --- a/geant_service_orchestrator/main.py +++ b/geant_service_orchestrator/main.py @@ -2,7 +2,7 @@ from orchestrator import OrchestratorCore from orchestrator.cli.main import app as core_cli from orchestrator.settings import AppSettings import geant_service_orchestrator.products # noqa: F401 -# import workflows +import geant_service_orchestrator.workflows # noqa: F401 app = OrchestratorCore(base_settings=AppSettings()) -- GitLab