Skip to content

Commit 2322aae

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/sieve_of_atkin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ def sieve_of_atkin(limit: int) -> list[int]:
106106

107107
# Example usage
108108
print("Prime numbers up to 30 using Sieve of Atkin:")
109-
print(sieve_of_atkin(30))
109+
print(sieve_of_atkin(30))

0 commit comments

Comments
 (0)