Skip to content

Commit

Permalink
Merge branch 'branch-24.08' into benchmarks-rmm-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev authored Jun 26, 2024
2 parents 73388d7 + d8d87f3 commit 0b1201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cuda/tests/test_cudf_builtin_spilling.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
get_global_manager,
set_global_manager,
)
from cudf.testing._utils import assert_eq # noqa: E402
from cudf.testing import assert_eq # noqa: E402

if get_global_manager() is not None:
pytest.skip(
Expand Down

0 comments on commit 0b1201f

Please sign in to comment.