Fix bugs and typo errors in closest_pair_of_points.py #17345
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (E501):
divide_and_conquer/closest_pair_of_points.py#L85
divide_and_conquer/closest_pair_of_points.py:85:89: E501 Line too long (122 > 88)
|
|
ruff (E501):
divide_and_conquer/closest_pair_of_points.py#L64
divide_and_conquer/closest_pair_of_points.py:64:89: E501 Line too long (112 > 88)
|
|
ruff (E501):
divide_and_conquer/closest_pair_of_points.py#L42
divide_and_conquer/closest_pair_of_points.py:42:89: E501 Line too long (108 > 88)
|
|
ruff (E501):
divide_and_conquer/closest_pair_of_points.py#L26
divide_and_conquer/closest_pair_of_points.py:26:89: E501 Line too long (110 > 88)
|