Skip to content

Improved del_node function in avl_tree.py #10968

Improved del_node function in avl_tree.py

Improved del_node function in avl_tree.py #10968

Triggered via pull request October 12, 2024 13:36
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.