Skip to content

Commit

Permalink
remove AzureMLCluster (#206)
Browse files Browse the repository at this point in the history
* remove AzureMLCluster

* remove article from index.rst toc
  • Loading branch information
lostmygithubaccount committed Mar 16, 2021
1 parent b63cc2c commit 767e197
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 1,434 deletions.
6 changes: 0 additions & 6 deletions dask_cloudprovider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ def __getattr__(name):
f"Please import dask_cloudprovider.aws.{name}"
)

if name in ["AzureMLCluster"]:
raise ImportError(
"Azure Machine Learning cluster managers must be imported from the azureml subpackage. "
f"Please import dask_cloudprovider.azureml.{name}"
)

if name in ["AzureVMCluster"]:
raise ImportError(
"Azure cluster managers must be imported from the the azure subpackage. "
Expand Down
1 change: 0 additions & 1 deletion dask_cloudprovider/azureml/__init__.py

This file was deleted.

0 comments on commit 767e197

Please sign in to comment.