Skip to content

Commit 1fc9bc0

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

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

4343
if __name__ == "__main__":
4444
import doctest
45+
4546
doctest.testmod()

0 commit comments

Comments
 (0)