[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
@@ -96,6 +96,7 @@ def test_args_intertwined(ray_start_regular):
test_function(local_method, actor_method)
ray.get(remote_test_function.remote(local_method, actor_method))
def test_asyncio_actor(ray_start_regular):
@ray.remote
class AsyncBatcher(object):
-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"