Skip to content

Commit 0666594

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maths/sieve_of_atkin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ def sieve_of_atkin(limit: int) -> List[int]:
4141

4242
if __name__ == "__main__":
4343
import doctest
44+
4445
doctest.testmod()
45-
print("All doctests passed!")
46+
print("All doctests passed!")

0 commit comments

Comments
 (0)