Skip to content

Commit b5938d8

Browse files
committed
word-trees: ruff says remove unused assignment
1 parent fe12829 commit b5938d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

processors/visualisation/word-trees.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ def render(
703703

704704
# determine how high this block will be based on the available
705705
# height and the nodes we'll need to fit in it
706-
parent_node = node.parent if not node.is_root else node
707706
block_width, block_height = self.get_bbox(node, side)
708707
own_width, own_height = self.get_bbox(node, side, False)
709708

0 commit comments

Comments
 (0)