Skip to content

Commit

Permalink
style: Remove DGLHeteroGraph as return type
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Feb 19, 2022
1 parent 37801c9 commit f419eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mumin/dgl.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def save_dgl_graph(dgl_graph, path: str = 'mumin-small-dgl.bin'):
save_graphs(path, [dgl_graph])


def load_dgl_graph(path: str = 'mumin-small-dgl.bin') -> 'DGLHeteroGraph':
def load_dgl_graph(path: str = 'mumin-small-dgl.bin'):
'''Load a MuMiN DGL graph.
Args:
Expand Down

0 comments on commit f419eeb

Please sign in to comment.