Compare commits
No commits in common. "27f08ef51fc38a6b6816722e2185af19ef3e87d0" and "6d0d742febd3df14f13d14506d947317faeefafb" have entirely different histories.
27f08ef51f
...
6d0d742feb
@ -20,7 +20,7 @@ class PlatformStaff(pydantic.BaseModel):
|
|||||||
|
|
||||||
|
|
||||||
class ResponseBody(pydantic.BaseModel):
|
class ResponseBody(pydantic.BaseModel):
|
||||||
configs: dict[str, dict|list]
|
configs: dict[str, dict]
|
||||||
experiments: dict[str, ExperimentData]
|
experiments: dict[str, ExperimentData]
|
||||||
platform_staff: PlatformStaff
|
platform_staff: PlatformStaff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user