Add aliquot_sum.py new function and doctests #13296
Annotations
10 errors
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L71
data_structures/binary_tree/avl_tree.py:71:1: W293 Blank line contains whitespace
|
Ruff (E501):
data_structures/binary_tree/avl_tree.py#L55
data_structures/binary_tree/avl_tree.py:55:89: E501 Line too long (96 > 88)
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L51
data_structures/binary_tree/avl_tree.py:51:1: W293 Blank line contains whitespace
|
Ruff (E501):
data_structures/binary_tree/avl_tree.py#L44
data_structures/binary_tree/avl_tree.py:44:89: E501 Line too long (93 > 88)
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L40
data_structures/binary_tree/avl_tree.py:40:1: W293 Blank line contains whitespace
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L33
data_structures/binary_tree/avl_tree.py:33:35: W291 Trailing whitespace
|
Ruff (W291):
data_structures/binary_tree/avl_tree.py#L30
data_structures/binary_tree/avl_tree.py:30:44: W291 Trailing whitespace
|
Ruff (W293):
data_structures/binary_tree/avl_tree.py#L23
data_structures/binary_tree/avl_tree.py:23:1: W293 Blank line contains whitespace
|
Ruff (RUF023):
data_structures/binary_tree/avl_tree.py#L22
data_structures/binary_tree/avl_tree.py:22:17: RUF023 `MyNode.__slots__` is not sorted
|
Ruff (I001):
data_structures/binary_tree/avl_tree.py#L1
data_structures/binary_tree/avl_tree.py:1:1: I001 Import block is un-sorted or un-formatted
|