Skip to content

Commit

Permalink
List[str] -> List[Datastore] (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Peterson <cody@dkdcair.local>
  • Loading branch information
lostmygithubaccount and Cody Peterson committed Sep 15, 2020
1 parent 29adce0 commit 1b74273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cloudprovider/providers/azure/azureml.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class AzureMLCluster(Cluster):
vm_size: str (optional)
Azure VM size to be used in the Compute Target - see https://aka.ms/azureml/vmsizes.
datastores: List[str] (optional)
datastores: List[Datastore] (optional)
List of Azure ML Datastores to be mounted on the headnode -
see https://aka.ms/azureml/data and https://aka.ms/azureml/datastores.
Expand Down

0 comments on commit 1b74273

Please sign in to comment.