Splaytree v3 #16343
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (PLR5501):
data_structures/binary_tree/splay_tree.py#L91
data_structures/binary_tree/splay_tree.py:91:13: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
|
Ruff (E501):
data_structures/binary_tree/splay_tree.py#L85
data_structures/binary_tree/splay_tree.py:85:89: E501 Line too long (90 > 88)
|