bgfix
This commit is contained in:
parent
ffd36a3c51
commit
4b29ed0f87
@ -27,12 +27,6 @@ def init():
|
||||
from pipeline_service.init import load_pipeline_service
|
||||
except ImportError:
|
||||
def load_pipeline_service(): pass
|
||||
|
||||
try:
|
||||
from pipeline_task.init import load_pipeline_task
|
||||
except ImportError:
|
||||
def load_pipeline_task(): pass
|
||||
|
||||
try:
|
||||
from pipeline_sdlc.adapter import load_sdlc_adapter
|
||||
except ImportError:
|
||||
@ -51,7 +45,6 @@ def init():
|
||||
load_pipeline_ops()
|
||||
load_pipeline_dist()
|
||||
load_pipeline_service()
|
||||
load_pipeline_task()
|
||||
load_sdlc_adapter()
|
||||
load_showcase()
|
||||
load_tenant()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user