Skip to content

Added new case in insert function #11128

Added new case in insert function

Added new case in insert function #11128

Triggered via pull request October 14, 2024 18:07
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.