Update basic_binary_tree.py #15190
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
data_structures/binary_tree/basic_binary_tree.py#L1
data_structures/binary_tree/basic_binary_tree.py:1:89: E501 Line too long (99 > 88)
|
|
Ruff (I001):
data_structures/binary_tree/basic_binary_tree.py#L1
data_structures/binary_tree/basic_binary_tree.py:1:1: I001 Import block is un-sorted or un-formatted
|