[1.0] Move dask scheduler from experimental to util (#10553)

* move dask

* fix dask
This commit is contained in:
Eric Liang
2020-09-04 12:16:32 -07:00
committed by GitHub
parent b1bd58581b
commit da83bbd764
5 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import dask
import pytest
import ray
from ray.experimental.dask import ray_dask_get
from ray.util.dask import ray_dask_get
def test_ray_dask_basic(ray_start_regular_shared):