Skip to content

Commit 70605b3

Browse files
committed
fix func return type annotaion
1 parent b8c647e commit 70605b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/sandboxjs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class JavascriptException(Exception):
2626
minimum_node_version_str = '0.10.26'
2727

2828
def check_js_threshold_version(working_alias):
29-
# type: (str) -> Tuple[bool, str]
29+
# type: (str) -> bool
3030

3131
"""Checks if the nodeJS engine version on the system
3232
with the allowed minimum version.

0 commit comments

Comments
 (0)