File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,17 @@ def to_format2(
7474 workflow : dict [str , Any ] | str | Path | NativeGalaxyWorkflow | NormalizedNativeWorkflow ,
7575 options : ConversionOptions ,
7676 expand : Literal [True ],
77- ) -> ExpandedFormat2 : ...
77+ ) -> ExpandedFormat2 :
78+ ...
7879
7980
8081@overload
8182def to_format2 (
8283 workflow : dict [str , Any ] | str | Path | NativeGalaxyWorkflow | NormalizedNativeWorkflow ,
8384 options : ConversionOptions | None = None ,
8485 expand : Literal [False ] = False ,
85- ) -> NormalizedFormat2 : ...
86+ ) -> NormalizedFormat2 :
87+ ...
8688
8789
8890def to_format2 (
Original file line number Diff line number Diff line change @@ -97,15 +97,17 @@ def to_native(
9797 workflow : dict [str , Any ] | str | Path | NormalizedFormat2 | GalaxyWorkflow ,
9898 options : ConversionOptions ,
9999 expand : Literal [True ],
100- ) -> ExpandedNativeWorkflow : ...
100+ ) -> ExpandedNativeWorkflow :
101+ ...
101102
102103
103104@overload
104105def to_native (
105106 workflow : dict [str , Any ] | str | Path | NormalizedFormat2 | GalaxyWorkflow ,
106107 options : ConversionOptions | None = None ,
107108 expand : Literal [False ] = False ,
108- ) -> NormalizedNativeWorkflow : ...
109+ ) -> NormalizedNativeWorkflow :
110+ ...
109111
110112
111113def to_native (
You can’t perform that action at this time.
0 commit comments