From c7c740b421108979c83c5cbbf9c36a5e5ca6b570 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Fri, 3 May 2024 16:34:21 -0700 Subject: [PATCH] Update sky/jobs/utils.py Co-authored-by: Zongheng Yang --- sky/jobs/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sky/jobs/utils.py b/sky/jobs/utils.py index 9cbd2998700..857d45ee681 100644 --- a/sky/jobs/utils.py +++ b/sky/jobs/utils.py @@ -1,6 +1,5 @@ """User interfaces with managed jobs. - NOTE: whenever an API change is made in this file, we need to bump the jobs.constants.MANAGED_JOB_VERSION and handle the API change in the ManagedJobCodeGen.