fmt + docs

This commit is contained in:
lda
2026-06-02 02:01:48 +07:00 Verified
parent 5f8c4224f0
commit cf5290168e
9 changed files with 705 additions and 23 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ class WorkflowDeploymentApi:
}
async def inspect_deployment(self, *, deployment_id: str) -> dict[str, Any]:
return self._artifact_store().get_deployment(deployment_id).model_dump(
mode="json"
return (
self._artifact_store().get_deployment(deployment_id).model_dump(mode="json")
)
async def save_deployment(self, deployment: dict[str, Any]) -> dict[str, Any]: