Skip to content

Commit 0c13f24

Browse files
committed
Add type annotation to supportedCWLversions
1 parent 4bdf072 commit 0c13f24

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
@@ -580,6 +580,7 @@ def versionstring():
580580
return u"%s %s" % (sys.argv[0], "unknown version")
581581

582582
def supportedCWLversions():
583+
# type: () -> List[Text]
583584
versions = ALLUPDATES.keys()
584585
versions.sort()
585586
return versions

0 commit comments

Comments
 (0)