Skip to content

Commit 53dd06f

Browse files
author
Peter Amstutz
committed
Make mypy happy.
1 parent d246862 commit 53dd06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cwltool/load_tool.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"@id": "cwltool:override",
5252
"mapSubject": "class"
5353
}
54-
}
54+
} # type: Dict[Text, Union[Dict[Any, Any], Text, Iterable[Text]]]
5555

56-
def resolve_tool_uri(argsworkflow, # type: Union[Text, Dict[Text, Any]]
56+
def resolve_tool_uri(argsworkflow, # type: Text
5757
resolver=None, # type: Callable[[Loader, Union[Text, Dict[Text, Any]]], Text]
5858
fetcher_constructor=None,
5959
# type: Callable[[Dict[Text, Text], requests.sessions.Session], Fetcher]

0 commit comments

Comments
 (0)