diff options
Diffstat (limited to 'store.py')
| -rw-r--r-- | store.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -128,7 +128,6 @@ def make_forest(nodes): # becomes the root of each node since it will be the same for all nodes # in the same tree due our use of union-find. forest = defaultdict(dict) - for node_id, node in nodes.items(): forest[node.find_root().id][node_id] = node |
