[Asyncio] Remove async init legacy code (#8177)

* [Asyncio] Remove async init legacy code

* Fix places that call async_init
This commit is contained in:
Simon Mo
2020-04-25 09:32:38 -07:00
committed by GitHub
parent 9dc625318f
commit 13c14eac07
3 changed files with 8 additions and 33 deletions
+2 -2
View File
@@ -113,8 +113,8 @@ async def test_asyncio_get(ray_start_regular_shared, event_loop):
loop.set_debug(True)
# This is needed for async plasma
from ray.experimental.async_api import _async_init
await _async_init()
from ray.experimental.async_api import init
init()
# Test Async Plasma
@ray.remote