Add aliquot_sum.py new function and doctests #13293
Annotations
10 errors
Ruff (E701):
data_structures/binary_tree/avl_tree.py#L123
data_structures/binary_tree/avl_tree.py:123:25: E701 Multiple statements on one line (colon)
|
Ruff (E701):
data_structures/binary_tree/avl_tree.py#L119
data_structures/binary_tree/avl_tree.py:119:25: E701 Multiple statements on one line (colon)
|
Ruff:
data_structures/binary_tree/avl_tree.py#L110
data_structures/binary_tree/avl_tree.py:110:5: SyntaxError: Expected an indented block after `class` definition
|
Ruff (E501):
data_structures/binary_tree/avl_tree.py#L105
data_structures/binary_tree/avl_tree.py:105:89: E501 Line too long (118 > 88)
|
Ruff (E501):
data_structures/binary_tree/avl_tree.py#L103
data_structures/binary_tree/avl_tree.py:103:89: E501 Line too long (119 > 88)
|
Ruff (E701):
data_structures/binary_tree/avl_tree.py#L100
data_structures/binary_tree/avl_tree.py:100:9: E701 Multiple statements on one line (colon)
|
Ruff (E701):
data_structures/binary_tree/avl_tree.py#L98
data_structures/binary_tree/avl_tree.py:98:25: E701 Multiple statements on one line (colon)
|
Ruff (E701):
data_structures/binary_tree/avl_tree.py#L96
data_structures/binary_tree/avl_tree.py:96:13: E701 Multiple statements on one line (colon)
|
Ruff (E701):
data_structures/binary_tree/avl_tree.py#L72
data_structures/binary_tree/avl_tree.py:72:16: E701 Multiple statements on one line (colon)
|
Ruff:
data_structures/binary_tree/avl_tree.py#L55
data_structures/binary_tree/avl_tree.py:55:5: SyntaxError: Expected an indented block after function definition
|