Improved del_node func #11010
Annotations
4 errors
Ruff (UP007):
data_structures/binary_tree/avl_tree.py#L211
data_structures/binary_tree/avl_tree.py:211:20: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
data_structures/binary_tree/avl_tree.py#L211
data_structures/binary_tree/avl_tree.py:211:52: UP007 Use `X | Y` for type annotations
|
Ruff (W292):
data_structures/binary_tree/avl_tree.py#L361
data_structures/binary_tree/avl_tree.py:361:22: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|