Skip to content

Commit

Permalink
[hotfix] fix lint (#6236)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed Nov 22, 2019
1 parent 7559fdb commit eb6a93c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions python/ray/tests/py3_test.py
Expand Up @@ -96,6 +96,7 @@ def test_function(fn, remote_fn):
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):
Expand Down
1 change: 0 additions & 1 deletion python/ray/tests/test_actor.py
Expand Up @@ -2853,4 +2853,3 @@ def ping(self):
run_string_as_driver(driver_script)
detached_actor = ray.experimental.get_actor(actor_name)
assert ray.get(detached_actor.ping.remote()) == "pong"

0 comments on commit eb6a93c

Please sign in to comment.