Add type hints to pancake_sort (#14737) #18333
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (I001):
sorts/pancake_sort.py#L11
sorts/pancake_sort.py:11:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
sorts/insertion_sort.py#L16
sorts/insertion_sort.py:16:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|