Skip to content

Commit

Permalink
address reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyk02 committed Oct 26, 2023
1 parent 432fbfc commit 9c2771f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/skylet/providers/gcp/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ def create_instance(
Returns a tuple of (result, node_name).
"""
return
return

def resize_disk(self, base_config: dict, instance_name: str) -> Tuple[dict, str]:
"""Resize a Google Cloud disk based on the provided configuration."""
# Build Compute Engine API
Expand Down

0 comments on commit 9c2771f

Please sign in to comment.