mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Remove errant "self" argument to NodeProvider static method
This commit is contained in:
parent
fe4a78b7c7
commit
349c3ec86b
1 changed files with 1 additions and 1 deletions
|
@ -180,6 +180,6 @@ class NodeProvider:
|
|||
|
||||
@staticmethod
|
||||
def fillout_available_node_types_resources(
|
||||
self, cluster_config: Dict[str, Any]) -> Dict[str, Any]:
|
||||
cluster_config: Dict[str, Any]) -> Dict[str, Any]:
|
||||
"""Fills out missing "resources" field for available_node_types."""
|
||||
return cluster_config
|
||||
|
|
Loading…
Add table
Reference in a new issue