Skip to content

Commit 566880b

Browse files
Merge pull request #21 from mosoriob/master
add missing import for List
2 parents 1122777 + dfb5df9 commit 566880b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The basic input data types can be combined with the List and Optional annotation
6262
annotation:
6363

6464
.. code-block:: python
65-
65+
from typing import List
6666
file_inputs: List[CWLFilePathInput] = ['data1.txt', 'data2.txt', 'data3.txt']
6767
example: Optional[CWLStringInput] = None
6868

0 commit comments

Comments
 (0)