Skip to content

Commit 7f1a508

Browse files
jopemachineclaude
andcommitted
fix: Apply formatting to coordinator after rebase
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7d65c3f commit 7f1a508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ai/backend/manager/sokovan/deployment/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ class HandlerRegistry:
150150

151151
handlers: dict[HandlerKey, DeploymentHandler]
152152

153-
154153
def resolve_sub_step(
155154
self, lifecycle_type: DeploymentLifecycleType, raw: str
156155
) -> DeploymentLifecycleSubStep:
@@ -160,6 +159,7 @@ def resolve_sub_step(
160159
return sub_step
161160
raise ValueError(f"Unknown sub-step {raw!r} for lifecycle type {lifecycle_type!r}")
162161

162+
163163
@dataclass
164164
class DeploymentTaskSpec:
165165
"""Specification for a deployment lifecycle periodic task."""

0 commit comments

Comments
 (0)