Skip to content

Commit

Permalink
Required changes applied
Browse files Browse the repository at this point in the history
  • Loading branch information
macarronesc committed Sep 9, 2024
1 parent df705ac commit e5b103a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions dask_cloudprovider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ def __getattr__(name):
"DigitalOcean cluster managers must be imported from the digitalocean subpackage. "
f"Please import dask_cloudprovider.digitalocean.{name}"
)
if name in ["IBMCodeEngineCluster"]:
raise ImportError(
"IBM cluster managers must be imported from the ibm subpackage. "
f"Please import dask_cloudprovider.ibm.{name}"
)
2 changes: 1 addition & 1 deletion dask_cloudprovider/cloudprovider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ cloudprovider:

ibm:
api_key: null
image: "daskdev/dask:latest"
image: "ghcr.io/dask/dask:latest"
region: us-east
project_id: null
scheduler_cpu: "1.0"
Expand Down

0 comments on commit e5b103a

Please sign in to comment.