Skip to content

Commit 23eb2d5

Browse files
committed
Merge remote-tracking branch 'origin/benchmarks-rmm-disable' into benchmarks-rmm-disable
2 parents ec09754 + 0b1201f commit 23eb2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dask_cuda/tests/test_cudf_builtin_spilling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
get_global_manager,
2121
set_global_manager,
2222
)
23-
from cudf.testing._utils import assert_eq # noqa: E402
23+
from cudf.testing import assert_eq # noqa: E402
2424

2525
if get_global_manager() is not None:
2626
pytest.skip(

0 commit comments

Comments
 (0)