Remove fat-finger deletion.

This commit is contained in:
Rodrigo Girão Serrão
2023-03-22 09:53:54 +00:00
parent d32694f176
commit b4c2afe789

View File

@@ -89,7 +89,7 @@ class TreeNode(Generic[TreeDataType]):
*,
expanded: bool = True,
allow_expand: bool = True,
):
) -> None:
"""Initialise the node.
Args: