From 9eec4c4897127664ca154b14a12afd05bcf16b9e Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Mon, 25 Nov 2024 18:30:23 -0800 Subject: [PATCH] Add default value to field in Profile class --- .github/ci-scripts/templatize_ray_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci-scripts/templatize_ray_config.py b/.github/ci-scripts/templatize_ray_config.py index 9841e5b4b0..c871a91419 100644 --- a/.github/ci-scripts/templatize_ray_config.py +++ b/.github/ci-scripts/templatize_ray_config.py @@ -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]] = {