Skip to content

Commit

Permalink
Fix missing ray import
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Shi <[email protected]>
  • Loading branch information
noloerino committed Aug 9, 2022
1 parent 2d4a8d3 commit b10f6f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

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

import ray

from ..partitioning.partition_manager import PandasOnRayDataframePartitionManager
from modin.core.dataframe.pandas.dataframe.dataframe import PandasDataframe

Expand Down

0 comments on commit b10f6f5

Please sign in to comment.