Skip to content

Commit

Permalink
updated import path error
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork committed Sep 14, 2021
1 parent 794b730 commit d6ce084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph/cugraph/structure/graph_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import cudf
import warnings

from .utils import import_optional
from cugraph.utilities.utils import import_optional

pd = import_optional("pandas")

Expand Down

0 comments on commit d6ce084

Please sign in to comment.