Skip to content

Commit 822fe08

Browse files
committed
fix typing for python 3.9
1 parent bb2e433 commit 822fe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/modules/modules_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ def get_dependent_components(
10431043
component_type,
10441044
name,
10451045
dependent_components,
1046-
) -> dict[str, Tuple[str, str, str]]:
1046+
) -> Dict[str, Tuple[str, str, str]]:
10471047
"""
10481048
Retrieves all pipeline modules/subworkflows that are reported in the modules.json
10491049
as being installed by the given component

0 commit comments

Comments
 (0)