Skip to content

Improved del_node func #10971

Improved del_node func

Improved del_node func #10971

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (W293): data_structures/binary_tree/avl_tree.py#L202
data_structures/binary_tree/avl_tree.py:202:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/binary_tree/avl_tree.py#L205
data_structures/binary_tree/avl_tree.py:205:1: W293 Blank line contains whitespace
Ruff (E501): data_structures/binary_tree/avl_tree.py#L229
data_structures/binary_tree/avl_tree.py:229:89: E501 Line too long (90 > 88)
Ruff (W293): data_structures/binary_tree/avl_tree.py#L230
data_structures/binary_tree/avl_tree.py:230:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/binary_tree/avl_tree.py#L232
data_structures/binary_tree/avl_tree.py:232:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/binary_tree/avl_tree.py#L245
data_structures/binary_tree/avl_tree.py:245:1: W293 Blank line contains whitespace
ruff
Process completed with exit code 1.