Skip to content

Commit 7a57aaf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 22f3f5c commit 7a57aaf

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
@@ -45,4 +45,5 @@ def pancake_sort(arr: MutableSequence[int]) -> MutableSequence[int]:
4545

4646
if __name__ == "__main__":
4747
import doctest
48+
4849
doctest.testmod()

0 commit comments

Comments
 (0)