File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -11069,7 +11069,7 @@ def fromDoc(
11069
11069
try :
11070
11070
default = load_field (
11071
11071
_doc .get ("default" ),
11072
- union_of_None_type_or_Any_type ,
11072
+ union_of_None_type_or_FileLoader_or_DirectoryLoader_or_Any_type ,
11073
11073
baseuri ,
11074
11074
loadingOptions ,
11075
11075
)
@@ -13448,12 +13448,6 @@ def save(
13448
13448
uri_union_of_None_type_or_strtype_or_array_of_strtype_False_False_2 = _URILoader (
13449
13449
union_of_None_type_or_strtype_or_array_of_strtype , False , False , 2
13450
13450
)
13451
- union_of_None_type_or_Any_type = _UnionLoader (
13452
- (
13453
- None_type ,
13454
- Any_type ,
13455
- )
13456
- )
13457
13451
array_of_WorkflowStepInputLoader = _ArrayLoader (WorkflowStepInputLoader )
13458
13452
idmap_in__array_of_WorkflowStepInputLoader = _IdMapLoader (
13459
13453
array_of_WorkflowStepInputLoader , "id" , "source"
Original file line number Diff line number Diff line change @@ -12982,7 +12982,7 @@ def fromDoc(
12982
12982
try:
12983
12983
default = load_field(
12984
12984
_doc.get("default"),
12985
- union_of_None_type_or_Any_type ,
12985
+ union_of_None_type_or_FileLoader_or_DirectoryLoader_or_Any_type ,
12986
12986
baseuri,
12987
12987
loadingOptions,
12988
12988
)
@@ -15517,12 +15517,6 @@ def save(
15517
15517
uri_union_of_None_type_or_strtype_or_array_of_strtype_False_False_2 = _URILoader(
15518
15518
union_of_None_type_or_strtype_or_array_of_strtype, False, False, 2
15519
15519
)
15520
- union_of_None_type_or_Any_type = _UnionLoader(
15521
- (
15522
- None_type,
15523
- Any_type,
15524
- )
15525
- )
15526
15520
array_of_WorkflowStepInputLoader = _ArrayLoader(WorkflowStepInputLoader)
15527
15521
idmap_in__array_of_WorkflowStepInputLoader = _IdMapLoader(
15528
15522
array_of_WorkflowStepInputLoader, "id", "source"
Original file line number Diff line number Diff line change @@ -13191,7 +13191,7 @@ def fromDoc(
13191
13191
try:
13192
13192
default = load_field(
13193
13193
_doc.get("default"),
13194
- union_of_None_type_or_Any_type ,
13194
+ union_of_None_type_or_FileLoader_or_DirectoryLoader_or_Any_type ,
13195
13195
baseuri,
13196
13196
loadingOptions,
13197
13197
)
@@ -16997,12 +16997,6 @@ def save(
16997
16997
uri_union_of_None_type_or_strtype_or_array_of_strtype_False_False_2 = _URILoader(
16998
16998
union_of_None_type_or_strtype_or_array_of_strtype, False, False, 2
16999
16999
)
17000
- union_of_None_type_or_Any_type = _UnionLoader(
17001
- (
17002
- None_type,
17003
- Any_type,
17004
- )
17005
- )
17006
17000
array_of_WorkflowStepInputLoader = _ArrayLoader(WorkflowStepInputLoader)
17007
17001
idmap_in__array_of_WorkflowStepInputLoader = _IdMapLoader(
17008
17002
array_of_WorkflowStepInputLoader, "id", "source"
You can’t perform that action at this time.
0 commit comments