Improved del_node func #11006
Annotations
4 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 (PLR5501):
data_structures/binary_tree/avl_tree.py#L218
data_structures/binary_tree/avl_tree.py:218:5: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
Ruff (E501):
data_structures/binary_tree/avl_tree.py#L230
data_structures/binary_tree/avl_tree.py:230:89: E501 Line too long (90 > 88)
|
ruff
Process completed with exit code 1.
|