Skip to content

Commit

Permalink
Removes imports from experimental.datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Nov 19, 2023
1 parent 82d69e8 commit ed3b481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/cugraph-pyg/cugraph_pyg/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import torch
import numpy as np
from cugraph.gnn import FeatureStore
from cugraph.experimental.datasets import karate
from cugraph.experimental import karate

import tempfile

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import cugraph
from cugraph.experimental import PropertyGraph, MGPropertyGraph
from cugraph.experimental import datasets
from cugraph import datasets
from cugraph.generators import rmat


Expand Down

0 comments on commit ed3b481

Please sign in to comment.