Skip to content

Binary search tree #13209

Binary search tree

Binary search tree #13209

Triggered via pull request June 2, 2025 17:28
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (PLR5501): tree/binary_search_tree.py#L108
tree/binary_search_tree.py:108:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
Ruff (INP001): tree/binary_search_tree.py#L1
tree/binary_search_tree.py:1:1: INP001 File `tree/binary_search_tree.py` is part of an implicit namespace package. Add an `__init__.py`.