diff --git a/python/ray/autoscaler/autoscaler.py b/python/ray/autoscaler/autoscaler.py index 4b3f7992e..c4209c93f 100644 --- a/python/ray/autoscaler/autoscaler.py +++ b/python/ray/autoscaler/autoscaler.py @@ -670,7 +670,9 @@ class StandardAutoscaler(object): nodes = self.workers() if nodes: self.provider.terminate_nodes(nodes) - logger.error("StandardAutoscaler: terminated {} node(s)".format(len(nodes))) + logger.error( + "StandardAutoscaler: terminated {} node(s)".format( + len(nodes))) except Exception: traceback.print_exc()