Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 31, 2024
1 parent 5eadfb8 commit 07377d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/p0070.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 07377d8

Please sign in to comment.