Skip to content

Commit 647d0eb

Browse files
Update sol1.py
1 parent 021ef25 commit 647d0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_095/sol1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- Iterate over found some factors to find longest chain
2929
"""
3030

31-
from math import isqrt, prod
31+
from math import isqrt
3232

3333

3434
def generate_primes(max_prime: int) -> list[int]:

0 commit comments

Comments
 (0)