Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/tree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tree.py b/tests/tree.py
index 9b43bf0..b7694dc 100644
--- a/tests/tree.py
+++ b/tests/tree.py
@@ -72,7 +72,6 @@ class Node:
def _crawl_accessible(self, node, depth):
self._dump_accessible(node, depth)
- node = Node(accessible)
for child in node._find_children_internal():
self._crawl_accessible(child, depth + 1)