Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Aug 13, 2024
1 parent ab19c62 commit 41cc751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sky/api/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

import sky
from sky import backends
from sky import check as sky_check
from sky import clouds
from sky import exceptions
from sky import global_user_state
Expand All @@ -63,7 +62,6 @@
from sky.provision.kubernetes import utils as kubernetes_utils
from sky.skylet import constants
from sky.skylet import job_lib
from sky.skylet import log_lib
from sky.usage import usage_lib
from sky.utils import cluster_utils
from sky.utils import common
Expand Down
4 changes: 2 additions & 2 deletions sky/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ def __init__(
# keys.
assert image_id is None or (
self._region is not None or self._zone is not None
), (f'image_id {image_id} specified when region and zone are set, which '
'is not supported yet.')
), (f'image_id {image_id} specified when region and zone are set, '
'which is not supported yet.')
self._image_id = image_id
if isinstance(image_id, str):
self._image_id = {self._region: image_id.strip()}
Expand Down

0 comments on commit 41cc751

Please sign in to comment.