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(
1106911069 try :
1107011070 default = load_field (
1107111071 _doc .get ("default" ),
11072- union_of_None_type_or_Any_type ,
11072+ union_of_None_type_or_FileLoader_or_DirectoryLoader_or_Any_type ,
1107311073 baseuri ,
1107411074 loadingOptions ,
1107511075 )
@@ -13448,12 +13448,6 @@ def save(
1344813448uri_union_of_None_type_or_strtype_or_array_of_strtype_False_False_2 = _URILoader (
1344913449 union_of_None_type_or_strtype_or_array_of_strtype , False , False , 2
1345013450)
13451- union_of_None_type_or_Any_type = _UnionLoader (
13452- (
13453- None_type ,
13454- Any_type ,
13455- )
13456- )
1345713451array_of_WorkflowStepInputLoader = _ArrayLoader (WorkflowStepInputLoader )
1345813452idmap_in__array_of_WorkflowStepInputLoader = _IdMapLoader (
1345913453 array_of_WorkflowStepInputLoader , "id" , "source"
Original file line number Diff line number Diff line change @@ -12982,7 +12982,7 @@ def fromDoc(
1298212982 try:
1298312983 default = load_field(
1298412984 _doc.get("default"),
12985- union_of_None_type_or_Any_type ,
12985+ union_of_None_type_or_FileLoader_or_DirectoryLoader_or_Any_type ,
1298612986 baseuri,
1298712987 loadingOptions,
1298812988 )
@@ -15517,12 +15517,6 @@ def save(
1551715517uri_union_of_None_type_or_strtype_or_array_of_strtype_False_False_2 = _URILoader(
1551815518 union_of_None_type_or_strtype_or_array_of_strtype, False, False, 2
1551915519)
15520- union_of_None_type_or_Any_type = _UnionLoader(
15521- (
15522- None_type,
15523- Any_type,
15524- )
15525- )
1552615520array_of_WorkflowStepInputLoader = _ArrayLoader(WorkflowStepInputLoader)
1552715521idmap_in__array_of_WorkflowStepInputLoader = _IdMapLoader(
1552815522 array_of_WorkflowStepInputLoader, "id", "source"
Original file line number Diff line number Diff line change @@ -13191,7 +13191,7 @@ def fromDoc(
1319113191 try:
1319213192 default = load_field(
1319313193 _doc.get("default"),
13194- union_of_None_type_or_Any_type ,
13194+ union_of_None_type_or_FileLoader_or_DirectoryLoader_or_Any_type ,
1319513195 baseuri,
1319613196 loadingOptions,
1319713197 )
@@ -16997,12 +16997,6 @@ def save(
1699716997uri_union_of_None_type_or_strtype_or_array_of_strtype_False_False_2 = _URILoader(
1699816998 union_of_None_type_or_strtype_or_array_of_strtype, False, False, 2
1699916999)
17000- union_of_None_type_or_Any_type = _UnionLoader(
17001- (
17002- None_type,
17003- Any_type,
17004- )
17005- )
1700617000array_of_WorkflowStepInputLoader = _ArrayLoader(WorkflowStepInputLoader)
1700717001idmap_in__array_of_WorkflowStepInputLoader = _IdMapLoader(
1700817002 array_of_WorkflowStepInputLoader, "id", "source"
You can’t perform that action at this time.
0 commit comments