Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Aug 28, 2024
1 parent 5980231 commit 0b8280b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mlstacks/models/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ class Stack(BaseModel):
provider: ProviderEnum
default_region: Optional[str] = None
default_tags: Optional[Dict[str, str]] = None
deployment_method: Optional[DeploymentMethodEnum] = (
DeploymentMethodEnum.KUBERNETES
)
deployment_method: Optional[
DeploymentMethodEnum
] = DeploymentMethodEnum.KUBERNETES
components: List[Component] = []

@field_validator("name")
Expand Down

0 comments on commit 0b8280b

Please sign in to comment.