From 2506a6cd0e60604c5dee921cebc5eec240cc5393 Mon Sep 17 00:00:00 2001 From: "Todd A. Anderson" Date: Mon, 18 Jan 2021 23:07:01 -0800 Subject: [PATCH] Remove PYTHON_MODE that is not defined in Ray so that import * will work from other packages. (#13544) --- python/ray/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/ray/__init__.py b/python/ray/__init__.py index d5bed36d1..115d6469c 100644 --- a/python/ray/__init__.py +++ b/python/ray/__init__.py @@ -130,7 +130,6 @@ __all__ = [ "util", "wait", "LOCAL_MODE", - "PYTHON_MODE", "SCRIPT_MODE", "WORKER_MODE", ]