Ray projects schema and validation (#5329)

This commit is contained in:
Philipp Moritz
2019-08-06 14:36:04 -07:00
committed by GitHub
parent 3ad2fe76e0
commit e8d9cfc1f1
19 changed files with 318 additions and 1 deletions
+2
View File
@@ -96,6 +96,7 @@ from ray.worker import (
wait,
) # noqa: E402
import ray.internal # noqa: E402
import ray.projects # noqa: E402
# We import ray.actor because some code is run in actor.py which initializes
# some functions in the worker.
import ray.actor # noqa: F401
@@ -135,6 +136,7 @@ __all__ = [
"is_initialized",
"method",
"profile",
"projects",
"put",
"register_custom_serializer",
"remote",