Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent 3d4017b commit fabd56e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_nebari/stages/infrastructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class AWSAmiTypes(str, enum.Enum):
AL2_x86_64_GPU = "AL2_x86_64_GPU"
CUSTOM = "CUSTOM"


class AWSNodeLaunchTemplate(schema.Base):
pre_bootstrap_command: Optional[str] = None
ami_id: Optional[str] = None
Expand Down

0 comments on commit fabd56e

Please sign in to comment.