Improved del_node func #10971
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.
|