Skip to content

Added Splay Tree Implementation in Python with Type Hints and Example (Fixes #13844) #16351

Added Splay Tree Implementation in Python with Type Hints and Example (Fixes #13844)

Added Splay Tree Implementation in Python with Type Hints and Example (Fixes #13844) #16351

Triggered via pull request November 7, 2025 17:25
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (F401): data_structures/binary_tree/splay_tree.py#L13
data_structures/binary_tree/splay_tree.py:13:20: F401 `typing.Optional` imported but unused
Ruff (I001): data_structures/binary_tree/splay_tree.py#L12
data_structures/binary_tree/splay_tree.py:12:1: I001 Import block is un-sorted or un-formatted