Skip to content

Commit dfb5df9

Browse files
authored
add missing import for List
1 parent 1122777 commit dfb5df9

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)