Add aliquot_sum.py new function and doctests #13294
Annotations
10 errors
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L48
data_structures/binary_tree/avl_tree.py:48:1: W293 Blank line contains whitespace
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L46
data_structures/binary_tree/avl_tree.py:46:33: W291 Trailing whitespace
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L45
data_structures/binary_tree/avl_tree.py:45:1: W293 Blank line contains whitespace
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L43
data_structures/binary_tree/avl_tree.py:43:42: W291 Trailing whitespace
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L42
data_structures/binary_tree/avl_tree.py:42:1: W293 Blank line contains whitespace
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L40
data_structures/binary_tree/avl_tree.py:40:41: W291 Trailing whitespace
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L39
data_structures/binary_tree/avl_tree.py:39:1: W293 Blank line contains whitespace
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L37
data_structures/binary_tree/avl_tree.py:37:31: W291 Trailing whitespace
|
Ruff (F401):
data_structures/binary_tree/avl_tree.py#L9
data_structures/binary_tree/avl_tree.py:9:8: F401 `math` imported but unused
|
Ruff (I001):
data_structures/binary_tree/avl_tree.py#L7
data_structures/binary_tree/avl_tree.py:7:1: I001 Import block is un-sorted or un-formatted
|