Skip to content

Commit 2e9e63b

Browse files
[Release Tests] Fixing groupby_benchmark script (#51353)
ray is not in python std lib yet. Signed-off-by: Alexey Kudinkin <ak@anyscale.com>
1 parent 9689901 commit 2e9e63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/nightly_tests/dataset/groupby_benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import ray
77

88
from benchmark import Benchmark
9-
from python.ray.data import DataContext
10-
from python.ray.data.context import ShuffleStrategy
9+
from ray.data import DataContext
10+
from ray.data.context import ShuffleStrategy
1111

1212

1313
def parse_args() -> argparse.Namespace:

0 commit comments

Comments
 (0)