Improved del_node function in avl_tree.py #10968
Annotations
3 errors
Ruff (PLR5501):
data_structures/binary_tree/avl_tree.py#L224
data_structures/binary_tree/avl_tree.py:224:5: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
Ruff (E501):
data_structures/binary_tree/avl_tree.py#L232
data_structures/binary_tree/avl_tree.py:232:89: E501 Line too long (90 > 88)
|
ruff
Process completed with exit code 1.
|