Skip to content

Commit de6ca74

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

maths/sieve_of_atkin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,3 @@ def sieve_of_atkin(limit: int) -> list[int]:
107107
# Example usage
108108
print("Prime numbers up to 30 using Sieve of Atkin:")
109109
print(sieve_of_atkin(30))
110-

0 commit comments

Comments
 (0)