Fix type hints in sorts/tim_sort.py, relates to #14457 #17520
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (PYI041):
sorts/tim_sort.py#L2
sorts/tim_sort.py:2:35: PYI041 Use `float` instead of `int | float`
help: Remove redundant type
|