Skip to content

Commit

Permalink
Fix lint (ray-project#36739)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Jun 23, 2023
1 parent b3cbcf6 commit a2ee06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/head.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit a2ee06e

Please sign in to comment.