Skip to content

Binary Search Tree #13212

Binary Search Tree

Binary Search Tree #13212

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 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