Skip to content

Commit

Permalink
[Paperspace] hotfix stop (#3418)
Browse files Browse the repository at this point in the history
hotfix stop paperspace
  • Loading branch information
asaiacai authored Apr 4, 2024
1 parent c2a3008 commit 495140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/provision/paperspace/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def stop_instances(
provider_config: Optional[Dict[str, Any]] = None,
worker_only: bool = False,
) -> None:
del provider_config, worker_only # unused
del provider_config # unused
client = utils.PaperspaceCloudClient()
all_instances = _filter_instances(cluster_name_on_cloud, [
'ready', 'serviceready', 'upgrading', 'provisioning', 'starting',
Expand Down

0 comments on commit 495140e

Please sign in to comment.