Skip to content

Commit

Permalink
Remove comms import from cugraph init
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Nke committed Jul 12, 2022
1 parent eae4585 commit 3c67e42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cugraph/cugraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
from cugraph.linear_assignment import hungarian, dense_hungarian
from cugraph.layout import force_atlas2
from raft import raft_include_test
from cugraph.dask.comms import comms

from cugraph.sampling import (
random_walks,
Expand Down

0 comments on commit 3c67e42

Please sign in to comment.