Added max_sum_bst.py #10466
Annotations
5 errors
Ruff (I001):
data_structures/binary_tree/maximum_sum_bst.py#L1
data_structures/binary_tree/maximum_sum_bst.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
data_structures/binary_tree/maximum_sum_bst.py#L2
data_structures/binary_tree/maximum_sum_bst.py:2:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
Ruff (UP007):
data_structures/binary_tree/maximum_sum_bst.py#L42
data_structures/binary_tree/maximum_sum_bst.py:42:22: UP007 Use `X | Y` for type annotations
|
Ruff (UP006):
data_structures/binary_tree/maximum_sum_bst.py#L42
data_structures/binary_tree/maximum_sum_bst.py:42:45: UP006 Use `tuple` instead of `Tuple` for type annotation
|
ruff
Process completed with exit code 1.
|