diff options
| author | Stefan Hansson <steha708@edu.liu.se> | 2020-12-16 09:26:50 +0100 |
|---|---|---|
| committer | Newbyte <steha708@liu.se> | 2020-12-16 09:26:50 +0100 |
| commit | 3af5a89bdefc20ffdc4b66a5ae2a62a8cbabe36c (patch) | |
| tree | 314edce5140a669409e54cddda61c50b0d3b065f /store.py | |
| parent | 1354c8317945ace08145128f03a26ee4e02ddd9e (diff) | |
| download | tdde25-3af5a89bdefc20ffdc4b66a5ae2a62a8cbabe36c.tar.gz | |
More redundant changes removed
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 |
