Skip to content

Commit 37f9c32

Browse files
committed
remove dummy function
1 parent 7597d89 commit 37f9c32

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

verda/clusters/_clusters.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,6 @@ def get_availabilities(self, location_code: str | None = None) -> list[str]:
261261
availabilities = response[0]['availabilities']
262262
return availabilities
263263

264-
def get_availability(self, cluster_type: str, location_code: str | None = None) -> list[dict]:
265-
"""Checks if a specific cluster type is available for deployment.
266-
267-
Args:
268-
cluster_type: Type of cluster to check availability for.
269-
location_code: Optional datacenter location code.
270-
271-
Returns:
272-
True if the cluster type is available, False otherwise.
273-
"""
274-
275264
def get_cluster_images(
276265
self,
277266
cluster_type: str | None = None,

0 commit comments

Comments
 (0)