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
@@ -57,8 +57,8 @@ class WorkflowRunApi:
workflow_input: dict[str, Any],
trace_range: TraceRangeLike | None = None,
) -> dict[str, Any]:
deployment, artifact, diagnostics, tree = self.deployments.deployment_validation(
deployment_id
deployment, artifact, diagnostics, tree = (
self.deployments.deployment_validation(deployment_id)
)
if diagnostics:
return _run_payload(