Skip to content

Commit fccd424

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3ef48c1 commit fccd424

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sorts/pancake_sort.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from collections.abc import MutableSequence
1212

13+
1314
def pancake_sort(arr: MutableSequence[int]) -> MutableSequence[int]:
1415
"""Sort Array with Pancake Sort.
1516
:param arr: Collection containing comparable items

0 commit comments

Comments
 (0)