mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[modin] Append to path to avoid namespace collision on development branches (#3621)
This commit is contained in:
parent
a1995ff3b0
commit
c13b2685f5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ except ImportError as e:
|
|||
raise
|
||||
|
||||
modin_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "modin")
|
||||
sys.path.insert(0, modin_path)
|
||||
sys.path.append(modin_path)
|
||||
|
||||
from ray.raylet import ObjectID, _config # noqa: E402
|
||||
from ray.profiling import profile # noqa: E402
|
||||
|
|
Loading…
Add table
Reference in a new issue