Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tian Xia <[email protected]>
  • Loading branch information
andylizf and cblmemo authored Dec 11, 2024
1 parent 9f87404 commit 4fd28bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3542,7 +3542,7 @@ def storage_delete(names: List[str], all: bool, yes: bool): # pylint: disable=r
abort=True,
show_default=True)

def delete_storage(name: str):
def delete_storage(name: str) -> None:
try:
sky.storage_delete(name)
except Exception as e: # pylint: disable=broad-except
Expand Down

0 comments on commit 4fd28bb

Please sign in to comment.