Rename the ray.operator module to ray.ray_operator (#13705)

* Rename ray.operator module

* mypy
This commit is contained in:
Dmitri Gekhtman
2021-01-26 10:29:07 -08:00
committed by GitHub
parent 4aff86bfa7
commit ddcbd229ba
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ setuptools.setup(
"ray=ray.scripts.scripts:main",
"rllib=ray.rllib.scripts:cli [rllib]",
"tune=ray.tune.scripts:cli",
"ray-operator=ray.operator.operator:main",
"ray-operator=ray.ray_operator.operator:main",
"serve=ray.serve.scripts:cli",
]
},