Added new case in insert function #11128
Annotations
3 errors
Ruff (PLR5501):
data_structures/binary_tree/avl_tree.py#L223
data_structures/binary_tree/avl_tree.py:223:5: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
Ruff (W292):
data_structures/trie/radix_tree.py#L234
data_structures/trie/radix_tree.py:234:11: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|