fix(sorts): support comparable items in pancake sort #19969
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (UP047):
sorts/pancake_sort.py#L18
sorts/pancake_sort.py:18:5: UP047 Generic function `pancake_sort` should use type parameters
help: Use type parameters
|