Skip to content

Commit 17cfc94

Browse files
committed
Fix struc
1 parent a94f4b0 commit 17cfc94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core_client/base/models/v3/process_state_progress_mapping.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ class ProcessStateProgressMapping(BaseModel):
1212
}
1313
"""
1414

15-
graphs: List[ProcessStateProgressMappingGraph]
16-
mapping: List[ProcessStateProgressMappingMap]
15+
graphs: List[dict]
16+
mapping: List[dict]

0 commit comments

Comments
 (0)