Skip to content

Improved del_node func #11006

Improved del_node func

Improved del_node func #11006

Triggered via pull request October 13, 2024 08:48
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (W293): data_structures/binary_tree/avl_tree.py#L213
data_structures/binary_tree/avl_tree.py:213:1: W293 Blank line contains whitespace
Ruff (PLR5501): data_structures/binary_tree/avl_tree.py#L218
data_structures/binary_tree/avl_tree.py:218:5: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
Ruff (E501): data_structures/binary_tree/avl_tree.py#L230
data_structures/binary_tree/avl_tree.py:230:89: E501 Line too long (90 > 88)
ruff
Process completed with exit code 1.