Improved del_node func #11008
Annotations
3 errors
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L213
data_structures/binary_tree/avl_tree.py:213:1: W293 Blank line contains whitespace
|
Ruff (E501):
data_structures/binary_tree/avl_tree.py#L228
data_structures/binary_tree/avl_tree.py:228:89: E501 Line too long (90 > 88)
|
ruff
Process completed with exit code 1.
|