Skip to content

Commit

Permalink
remove unsued import
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Jan 11, 2025
1 parent d521dfc commit 6418b96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/cugraph/cugraph/sampling/biased_random_walks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# limitations under the License.

import cudf
import cupy as cp
from pylibcugraph import ResourceHandle
from pylibcugraph import (
biased_random_walks as pylibcugraph_biased_random_walks,
Expand Down
1 change: 0 additions & 1 deletion python/cugraph/cugraph/sampling/uniform_random_walks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# limitations under the License.

import cudf
import cupy as cp
from pylibcugraph import ResourceHandle
from pylibcugraph import (
uniform_random_walks as pylibcugraph_uniform_random_walks,
Expand Down

0 comments on commit 6418b96

Please sign in to comment.