Improved del_node func #11007
Annotations
2 errors
Ruff (PLR5501):
data_structures/binary_tree/avl_tree.py#L221
data_structures/binary_tree/avl_tree.py:221:5: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
ruff
Process completed with exit code 1.
|