Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed May 9, 2024
1 parent d0db51a commit 419177b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _execute(
stages.remove(Stage.DOWN)
if idle_minutes_to_autostop >= 0:
requested_features.add(
clouds.CloudImplementationFeatures.AUTO_TERMINATE)
clouds.CloudImplementationFeatures.AUTO_TERMINATE)
if not down:
requested_features.add(
clouds.CloudImplementationFeatures.STOP)
Expand Down

0 comments on commit 419177b

Please sign in to comment.