Skip to content

Commit

Permalink
[Fix] Add RangePartitionBook to __init__ (dmlc#1738)
Browse files Browse the repository at this point in the history
* update

* update
  • Loading branch information
aksnzhy authored Jul 2, 2020
1 parent da16ebf commit 781b9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/distributed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .dist_graph import DistGraphServer, DistGraph, node_split, edge_split
from .partition import partition_graph, load_partition, load_partition_book
from .graph_partition_book import GraphPartitionBook, PartitionPolicy
from .graph_partition_book import GraphPartitionBook, RangePartitionBook, PartitionPolicy

from .rpc import *
from .rpc_server import start_server
Expand Down

0 comments on commit 781b9ce

Please sign in to comment.