Skip to content

Commit b10f6f5

Browse files
committed
Fix missing ray import
Signed-off-by: Jonathan Shi <jhshi@ponder.io>
1 parent 2d4a8d3 commit b10f6f5

File tree

1 file changed

+2
-0
lines changed
  • modin/core/execution/ray/implementations/pandas_on_ray/dataframe

1 file changed

+2
-0
lines changed

modin/core/execution/ray/implementations/pandas_on_ray/dataframe/dataframe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
"""Module houses class that implements ``PandasDataframe`` using Ray."""
1515

16+
import ray
17+
1618
from ..partitioning.partition_manager import PandasOnRayDataframePartitionManager
1719
from modin.core.dataframe.pandas.dataframe.dataframe import PandasDataframe
1820

0 commit comments

Comments
 (0)