Skip to content

Commit

Permalink
added collate_dgl to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 23, 2020
1 parent 80be812 commit 6f66cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ogb/graphproppred/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@

try:
from .dataset_dgl import DglGraphPropPredDataset
from .dataset_dgl import collate_dgl
except ImportError:
pass

0 comments on commit 6f66cd4

Please sign in to comment.