sorts: make shell_sort work with any Comparable, not just int #19864
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (UP047):
sorts/shell_sort.py#L15
sorts/shell_sort.py:15:5: UP047 Generic function `shell_sort` should use type parameters
help: Use type parameters
|