Skip to content

Commit

Permalink
fix import clusterdata
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubPietrakIntel authored and kgajdamo committed Oct 10, 2023
1 parent 0b7fd84 commit 99ce405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/distributed/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import torch

from torch_geometric.data import Data, HeteroData
from torch_geometric.loader import ClusterData
from torch_geometric.loader.cluster import ClusterData
from torch_geometric.typing import (
Dict,
EdgeType,
Expand Down

0 comments on commit 99ce405

Please sign in to comment.