Skip to content

Commit 5ef8b6a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sorts/bubble_sort_recursive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ def bubble_sort_recursive(arr: List[int]) -> List[int]:
3636

3737
if __name__ == "__main__":
3838
import doctest
39+
3940
doctest.testmod()

0 commit comments

Comments
 (0)