Skip to content

Commit f358985

Browse files
committed
remove comments
1 parent 446bd66 commit f358985

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

services/director-v2/src/simcore_service_director_v2/utils/computations_tasks.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212

1313
class PipelineInfo(NamedTuple):
14-
# NOTE: kept old names for legacy but should rename for clarity
1514
pipeline_dag: nx.DiGraph
16-
all_tasks: list[CompTaskAtDB] # all nodes in pipeline
17-
filtered_tasks: list[CompTaskAtDB] # nodes that actually run i.e. part of the dag
15+
all_tasks: list[CompTaskAtDB]
16+
filtered_tasks: list[CompTaskAtDB]
1817

1918

2019
async def _get_pipeline_info(

0 commit comments

Comments
 (0)