Skip to content

Commit

Permalink
[Example] Super small fix for import in HGL_SP example (dmlc#6984)
Browse files Browse the repository at this point in the history
Co-authored-by: Hongzhi (Steve), Chen <[email protected]>
  • Loading branch information
LourensT and frozenbugs authored Feb 14, 2024
1 parent 8e6cbd6 commit 8204fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pytorch/hgp_sl/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"""
import dgl
import torch
from dgl._sparse_ops import _gsddmm, _gspmm
from dgl.backend import astype
from dgl.base import ALL, is_all
from dgl.heterograph_index import HeteroGraphIndex
from dgl.sparse import _gsddmm, _gspmm
from torch import Tensor
from torch.autograd import Function

Expand Down

0 comments on commit 8204fe1

Please sign in to comment.