Skip to content

Commit

Permalink
Merge pull request #11432 from rapidsai/branch-22.08
Browse files Browse the repository at this point in the history
[gpuCI] Forward-merge branch-22.08 to branch-22.10 [skip gpuci]
  • Loading branch information
GPUtester committed Aug 2, 2022
2 parents 2dc5c3f + 0b030a1 commit 0408484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dask_cudf/dask_cudf/tests/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import dask
from dask import dataframe as dd
from dask.distributed import Client
from distributed.utils_test import cleanup, loop # noqa: F401
from distributed.utils_test import cleanup, loop, loop_in_thread # noqa: F401

import cudf
from cudf.testing._utils import assert_eq
Expand Down

0 comments on commit 0408484

Please sign in to comment.