Skip to content

Added new case in insert function #11129

Added new case in insert function

Added new case in insert function #11129

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 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
Process completed with exit code 1.