Unverified Commit 6241521d authored by Nick Hill's avatar Nick Hill Committed by GitHub
Browse files

[BugFix] Fix precommit breakage due to conflicting in-flight merges (#38759)


Signed-off-by: default avatarNick Hill <nickhill123@gmail.com>
parent 1785dc55
...@@ -420,7 +420,7 @@ class RayExecutorV2(MultiprocExecutor): ...@@ -420,7 +420,7 @@ class RayExecutorV2(MultiprocExecutor):
for response_mq in self.response_mqs: for response_mq in self.response_mqs:
response_mq.wait_until_ready() response_mq.wait_until_ready()
self.futures_queue = deque[tuple[FutureWrapper, Any]]() self.futures_queue = deque[FutureWrapper]()
self._post_init_executor() self._post_init_executor()
self.start_worker_monitor() self.start_worker_monitor()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment