Fixed issue with AVL tree del_node function causing RL rotation asser… #9485
Annotations
3 errors
Run ruff check --output-format=github .:
data_structures/binary_tree/avl_tree.py#L230
data_structures/binary_tree/avl_tree.py:230:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
Run ruff check --output-format=github .:
data_structures/binary_tree/avl_tree.py#L240
data_structures/binary_tree/avl_tree.py:240:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
Run ruff check --output-format=github .
Process completed with exit code 1.
|
Loading