Fix a lint issue (#8530)

This commit is contained in:
Hao Chen
2020-05-21 16:12:44 +08:00
committed by GitHub
parent 3a234ed9e3
commit d27e6da1b2
+2 -2
View File
@@ -1265,8 +1265,8 @@ def connect(node,
)
# Create an object for interfacing with the global state.
# Note, global state should be intialized after `CoreWorker`, because it will
# use glog, which is intialized in `CoreWorker`.
# Note, global state should be intialized after `CoreWorker`, because it
# will use glog, which is intialized in `CoreWorker`.
ray.state.state._initialize_global_state(
node.redis_address, redis_password=node.redis_password)