Skip to content

Commit 2f15d6b

Browse files
committed
type update
1 parent 8edb444 commit 2f15d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ def validate_hints(self, avsc_names, hints, strict):
657657
else:
658658
_logger.info(sl.makeError(u"Unknown hint %s" % (r["class"])))
659659

660-
def get_requirement(self, feature, kwargs={}): # type: (Any) -> Tuple[Any, bool]
660+
def get_requirement(self, feature, kwargs={}): # type: (Any, Dict) -> Tuple[Any, bool]
661661
return get_feature(self, feature, kwargs)
662662

663663
def visit(self, op): # type: (Callable[[Dict[Text, Any]], None]) -> None

0 commit comments

Comments
 (0)