From a4684a971d955323d7075af9a05e5d9ead5a77c6 Mon Sep 17 00:00:00 2001 From: Lonnie Liu Date: Fri, 23 Jun 2023 04:38:56 +0000 Subject: [PATCH] [dashboard] fix reformat lint error --- dashboard/head.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/head.py b/dashboard/head.py index 415f5d8e4bfb8..ff0d58436459d 100644 --- a/dashboard/head.py +++ b/dashboard/head.py @@ -285,6 +285,7 @@ async def run(self): self.metrics = None else: from ray._private.gcs_utils import GcsAioClient + self.gcs_aio_client = GcsAioClient( address=gcs_address, nums_reconnect_retry=0 )