diff --git a/python/src/p0070.py b/python/src/p0070.py index 694bcbb1..f5d72f3e 100644 --- a/python/src/p0070.py +++ b/python/src/p0070.py @@ -15,8 +15,8 @@ Find the value of $n$, $1 \\lt n \\lt 10^7$, for which $\\phi(n)$ is a permutation of $n$ and the ratio $n/\\phi(n)$ produces a minimum. """ -from itertools import chain from functools import reduce +from itertools import chain from .lib.primes import prime_factors