Fix type hints in sorts/tim_sort.py, relates to #14457 #17519
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (E501):
sorts/tim_sort.py#L1
sorts/tim_sort.py:1:89: E501 Line too long (90 > 88)
|
|
ruff (PYI041):
sorts/tim_sort.py#L1
sorts/tim_sort.py:1:49: PYI041 Use `float` instead of `int | float`
help: Remove redundant type
|