Skip to content

Commit 49749ec

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorts/tim_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ def tim_sort(arr: list[T]) -> list[T]:
119119
if __name__ == "__main__":
120120
import doctest
121121

122-
doctest.testmod()
122+
doctest.testmod()

0 commit comments

Comments
 (0)