build binary-tree using traversals #16102
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
data_structures/binary_tree/build_tree_from_traversal.py#L116
data_structures/binary_tree/build_tree_from_traversal.py:116:89: E501 Line too long (109 > 88)
|
|
Ruff (E501):
data_structures/binary_tree/build_tree_from_traversal.py#L67
data_structures/binary_tree/build_tree_from_traversal.py:67:89: E501 Line too long (106 > 88)
|
|
Ruff (F401):
data_structures/binary_tree/build_tree_from_traversal.py#L13
data_structures/binary_tree/build_tree_from_traversal.py:13:20: F401 `typing.Optional` imported but unused
|
|
Ruff (I001):
data_structures/binary_tree/build_tree_from_traversal.py#L12
data_structures/binary_tree/build_tree_from_traversal.py:12:1: I001 Import block is un-sorted or un-formatted
|