mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 03:04:28 +08:00
Remove errant "self" argument to NodeProvider static method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user