mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 02:00:46 +08:00
[hotfix] fix lint (#6236)
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user