Add aliquot_sum.py new function and doctests #13292
Annotations
10 errors
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L101
data_structures/binary_tree/avl_tree.py:101:1: W293 Blank line contains whitespace
|
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 (W293):
data_structures/binary_tree/avl_tree.py#L82
data_structures/binary_tree/avl_tree.py:82:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L73
data_structures/binary_tree/avl_tree.py:73:1: W293 Blank line contains whitespace
|
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
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L43
data_structures/binary_tree/avl_tree.py:43:35: W291 Trailing whitespace
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L40
data_structures/binary_tree/avl_tree.py:40:44: W291 Trailing whitespace
|