Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Changes <!-- Summary of your changes that are easy to understand --> Calling `ws.clusters.select_node_type(local_disk=True, min_memory_gb=16)` results in `AttributeError: NotAvailableInRegion`. This happened because the enum for `CloudProviderNodeStatus` changed. Updated the enum correctly ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] `make test` run locally - [x] `make fmt` applied
- Loading branch information