From 3af5a89bdefc20ffdc4b66a5ae2a62a8cbabe36c Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Wed, 16 Dec 2020 09:26:50 +0100 Subject: More redundant changes removed --- store.py | 1 - 1 file changed, 1 deletion(-) (limited to 'store.py') diff --git a/store.py b/store.py index 34c0f0b..2930e19 100644 --- a/store.py +++ b/store.py @@ -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 -- cgit v1.2.1