Remove PYTHON_MODE that is not defined in Ray so that import * will work from other packages. (#13544)

This commit is contained in:
Todd A. Anderson
2021-01-18 23:07:01 -08:00
committed by GitHub
parent 701038e410
commit 2506a6cd0e
-1
View File
@@ -130,7 +130,6 @@ __all__ = [
"util",
"wait",
"LOCAL_MODE",
"PYTHON_MODE",
"SCRIPT_MODE",
"WORKER_MODE",
]