Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed May 8, 2024
1 parent f2b9d48 commit 4e3a3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1998,8 +1998,8 @@ def provision_with_retries(
) and controller_utils.Controllers.from_name(
cluster_name
) == controller_utils.Controllers.JOBS_CONTROLLER:
assert (clouds.CloudImplementationFeatures.STOP in
requested_features), requested_features
assert (clouds.CloudImplementationFeatures.STOP
in requested_features), requested_features
requested_features.remove(
clouds.CloudImplementationFeatures.STOP)

Expand Down

0 comments on commit 4e3a3cd

Please sign in to comment.