Improve the existing TimSort implementation #16062
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP047):
sorts/tim_sort.py#L64
sorts/tim_sort.py:64:5: UP047 Generic function `tim_sort` should use type parameters
|
|
Ruff (UP047):
sorts/tim_sort.py#L29
sorts/tim_sort.py:29:5: UP047 Generic function `insertion_sort` should use type parameters
|