We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe12829 commit b5938d8Copy full SHA for b5938d8
1 file changed
processors/visualisation/word-trees.py
@@ -703,7 +703,6 @@ def render(
703
704
# determine how high this block will be based on the available
705
# height and the nodes we'll need to fit in it
706
- parent_node = node.parent if not node.is_root else node
707
block_width, block_height = self.get_bbox(node, side)
708
own_width, own_height = self.get_bbox(node, side, False)
709
0 commit comments