Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Jan 14, 2025
1 parent 01b4967 commit cf54662
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sky/clouds/service_catalog/kubernetes_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ def _list_accelerators(
Returns:
A tuple of three dictionaries:
- qtys_map: Dict mapping accelerator names to lists of InstanceTypeInfo
- qtys_map: Dict mapping accelerator names to lists of InstanceTypeInfo
objects with quantity information.
- total_accelerators_capacity: Dict mapping accelerator names to their
- total_accelerators_capacity: Dict mapping accelerator names to their
total capacity in the cluster.
- total_accelerators_available: Dict mapping accelerator names to their
current availability. Returns -1 for each accelerator if
- total_accelerators_available: Dict mapping accelerator names to their
current availability. Returns -1 for each accelerator if
realtime=False or if insufficient permissions.
"""
# TODO(romilb): This should be refactored to use get_kubernetes_node_info()
Expand Down

0 comments on commit cf54662

Please sign in to comment.