We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e00561 commit f86cec0Copy full SHA for f86cec0
1 file changed
cwl_utils/parser/__init__.py
@@ -226,16 +226,8 @@ class NoType(ABC):
226
Dirent: TypeAlias = cwl_v1_0.Dirent | cwl_v1_1.Dirent | cwl_v1_2.Dirent
227
"""Type Union for a CWL v1.x Dirent object."""
228
LoadContents: TypeAlias = (
229
- cwl_v1_1.CommandInputParameter
230
- | cwl_v1_2.CommandInputParameter
231
- | cwl_v1_1.CommandOutputBinding
232
- | cwl_v1_2.CommandOutputBinding
233
- | cwl_v1_1.InputRecordField
234
- | cwl_v1_2.InputRecordField
235
- | cwl_v1_1.WorkflowInputParameter
236
- | cwl_v1_2.WorkflowInputParameter
237
- | cwl_v1_1.WorkflowStepInput
238
- | cwl_v1_2.WorkflowStepInput
+ cwl_v1_1.LoadContents
+ | cwl_v1_2.LoadContents
239
)
240
"""Type Union for a CWL v1.x LoadContents object."""
241
SchemaDefRequirement: TypeAlias = (
0 commit comments