Skip to content

Commit 7edbaf2

Browse files
Regenerate parsers with python_codegen_support.py content
1 parent 27164ee commit 7edbaf2

5 files changed

Lines changed: 3723 additions & 2628 deletions

File tree

cwl_utils/parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class NoType(ABC):
234234
| cwl_v1_2.WorkflowStepInput
235235
)
236236
"""Type Union for a CWL v1.x LoadContents object."""
237-
_Loader: TypeAlias = schema_salad.runtime._Loader
237+
_Loader: TypeAlias = cwl_v1_0._Loader | cwl_v1_1._Loader | cwl_v1_2._Loader
238238
"""Type union for a CWL v1.x _Loader."""
239239

240240

0 commit comments

Comments
 (0)