Skip to content

Fixed issue with AVL tree del_node function causing RL rotation asser… #9484

Fixed issue with AVL tree del_node function causing RL rotation asser…

Fixed issue with AVL tree del_node function causing RL rotation asser… #9484

Triggered via pull request August 26, 2024 23:03
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (E501): data_structures/binary_tree/avl_tree.py#L226
data_structures/binary_tree/avl_tree.py:226:89: E501 Line too long (100 > 88)
Ruff (PLR5501): data_structures/binary_tree/avl_tree.py#L228
data_structures/binary_tree/avl_tree.py:228:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
Ruff (E501): data_structures/binary_tree/avl_tree.py#L234
data_structures/binary_tree/avl_tree.py:234:89: E501 Line too long (97 > 88)
Ruff (PLR5501): data_structures/binary_tree/avl_tree.py#L236
data_structures/binary_tree/avl_tree.py:236:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
Ruff (E501): data_structures/binary_tree/avl_tree.py#L242
data_structures/binary_tree/avl_tree.py:242:89: E501 Line too long (90 > 88)
ruff
Process completed with exit code 1.