Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Jan 10, 2019
1 parent ce8e86b commit 269e1bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/dgl/graph_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,8 +941,7 @@ class ImmutableGraphIndex(GraphIndex):
backend_csr: a csr array provided by the backend framework.
"""
def __init__(self, handle):
self._handle = handle
self._cache = {}
super(ImmutableGraphIndex, self).__init__(handle)

def init(self, src_ids, dst_ids, edge_ids, num_nodes):
"""The actual init function"""
Expand Down

0 comments on commit 269e1bb

Please sign in to comment.