Skip to content

Commit f3ca1b9

Browse files
committed
Add type hint to main.run()
1 parent 96d6190 commit f3ca1b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ def find_default_container(builder, # type: HasReqsHints
713713

714714

715715
def run(*args, **kwargs):
716+
# type: (...) -> None
716717
"""Run cwltool."""
717718
signal.signal(signal.SIGTERM, _signal_handler)
718719
try:

0 commit comments

Comments
 (0)