[hotfix] fix lint (#6236)

This commit is contained in:
Simon Mo
2019-11-21 18:30:57 -08:00
committed by GitHub
parent 7559fdb141
commit eb6a93c0f0
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -2853,4 +2853,3 @@ ray.get(actor.ping.remote())
run_string_as_driver(driver_script)
detached_actor = ray.experimental.get_actor(actor_name)
assert ray.get(detached_actor.ping.remote()) == "pong"