Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the comms import from cugraph's init file (rapidsai#2402)
A breaking change in 22.06 moved the functionalities of `comms` to `cugraph/dask` where it should belong as it is only part of the multi GPU API. However `cugraph/__init__.py` is still importing the the comms when it shouldn't. This PR removes the `comms` import in `cugraph/__init__.py ` closes rapidsai#2379 closes rapidsai#2329 Authors: - Joseph Nke (https://github.com/jnke2016) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai#2402
- Loading branch information