We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce65c22 commit 4143c30Copy full SHA for 4143c30
services/director-v2/src/simcore_service_director_v2/modules/comp_scheduler/_manager.py
@@ -128,8 +128,7 @@ async def _get_pipeline_at_db(
128
project_id: ProjectID, db_engine: AsyncEngine
129
) -> CompPipelineAtDB:
130
comp_pipeline_repo = CompPipelinesRepository.instance(db_engine)
131
- pipeline_at_db = await comp_pipeline_repo.get_pipeline(project_id)
132
- return pipeline_at_db
+ return await comp_pipeline_repo.get_pipeline(project_id)
133
134
135
async def _get_pipeline_tasks_at_db(
0 commit comments