Improved del_node func #11012
Annotations
3 errors
Ruff (F401):
data_structures/binary_tree/avl_tree.py#L13
data_structures/binary_tree/avl_tree.py:13:25: F401 `typing.Optional` imported but unused
|
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.
|