Skip to content

Commit 849168a

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sorts/sleep_sort.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ def sleeper(value: int) -> None:
3939

4040
if __name__ == "__main__":
4141
import doctest
42-
doctest.testmod(verbose=True)
42+
43+
doctest.testmod(verbose=True)

0 commit comments

Comments
 (0)