[ray_client]: Move from experimental to util (#13176)

Change-Id: I9f054881f0429092d265cd6944d89804cce9d946
This commit is contained in:
Barak Michener
2021-01-04 17:51:56 -08:00
committed by GitHub
parent dfb326d4b5
commit 9643e44af6
26 changed files with 60 additions and 61 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from ray.exceptions import GetTimeoutError
from ray.exceptions import RayTaskError
if client_test_enabled():
from ray.experimental.client import ray
from ray.util.client import ray
else:
import ray