Skip to content

Commit 5cef9f6

Browse files
committed
remove 'type' assignment for backwards python compatibility
1 parent d730b08 commit 5cef9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/components/components_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def get_biotools_id(data: dict, tool_name: str) -> str:
197197
return ""
198198

199199

200-
type DictWithStrAndTuple = Dict[str, Tuple[List[str], List[str]]]
200+
DictWithStrAndTuple = Dict[str, Tuple[List[str], List[str]]]
201201

202202

203203
def get_channel_info_from_biotools(

0 commit comments

Comments
 (0)