Skip to content

Commit

Permalink
Add default value to field in Profile class
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 26, 2024
1 parent aa76f92 commit 9eec4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-scripts/templatize_ray_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Profile:
instance_type: str
image_id: str
ssh_user: str
volume_mount: Optional[str]
volume_mount: Optional[str] = None


profiles: dict[str, Optional[Profile]] = {
Expand Down

0 comments on commit 9eec4c4

Please sign in to comment.