From 01cd59d2b81cc9c278a53edf12e71e4da8f45bc7 Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Tue, 16 Jan 2024 05:49:26 -0800 Subject: [PATCH] remove unused import --- .../structure/graph_implementation/simpleDistributedGraph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/cugraph/cugraph/structure/graph_implementation/simpleDistributedGraph.py b/python/cugraph/cugraph/structure/graph_implementation/simpleDistributedGraph.py index 8ec613f7cbb..9fbf622ba4e 100644 --- a/python/cugraph/cugraph/structure/graph_implementation/simpleDistributedGraph.py +++ b/python/cugraph/cugraph/structure/graph_implementation/simpleDistributedGraph.py @@ -35,11 +35,9 @@ from cugraph.structure.number_map import NumberMap from cugraph.structure.symmetrize import symmetrize from cugraph.dask.common.part_utils import ( - get_persisted_df_worker_map, persist_dask_df_equal_parts_per_worker, ) from cugraph.dask.common.mg_utils import run_gc_on_dask_cluster -from cugraph.dask import get_n_workers import cugraph.dask.comms.comms as Comms