Add aliquot_sum.py new function and doctests #13298
Annotations
10 errors
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L90
data_structures/binary_tree/avl_tree.py:90:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L75
data_structures/binary_tree/avl_tree.py:75:1: W293 Blank line contains whitespace
|
Ruff (E501):
data_structures/binary_tree/avl_tree.py#L59
data_structures/binary_tree/avl_tree.py:59:89: E501 Line too long (96 > 88)
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L55
data_structures/binary_tree/avl_tree.py:55:1: W293 Blank line contains whitespace
|
Ruff (E501):
data_structures/binary_tree/avl_tree.py#L48
data_structures/binary_tree/avl_tree.py:48:89: E501 Line too long (93 > 88)
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L44
data_structures/binary_tree/avl_tree.py:44:1: W293 Blank line contains whitespace
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L37
data_structures/binary_tree/avl_tree.py:37:35: W291 Trailing whitespace
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L34
data_structures/binary_tree/avl_tree.py:34:44: W291 Trailing whitespace
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L27
data_structures/binary_tree/avl_tree.py:27:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L8
data_structures/binary_tree/avl_tree.py:8:1: W293 Blank line contains whitespace
|