Skip to content

Commit d2935f2

Browse files
committed
finish type fixing cwl_v1_1_expression_refactor
1 parent a94d5f5 commit d2935f2

File tree

3 files changed

+798
-349
lines changed

3 files changed

+798
-349
lines changed

cwl_utils/cwl_v1_0_expression_refactor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2385,7 +2385,7 @@ def replace_step_valueFrom_expr_with_etool(
23852385
source_type: (
23862386
cwl.InputParameter
23872387
| cwl.CommandOutputParameter
2388-
| MutableSequence[cwl.InputParameter | cwl.CommandOutputParameter]
2388+
| Sequence[cwl.InputParameter | cwl.CommandOutputParameter]
23892389
| None
23902390
) = None,
23912391
) -> None:

0 commit comments

Comments
 (0)