Skip to content

Commit 555b2fd

Browse files
author
Matthias Koeppe
committed
src/sage/modular/dirichlet.py: Fix import
1 parent 04e515b commit 555b2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/modular/dirichlet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
import sage.rings.abc
6363

6464
from sage.arith.functions import lcm
65-
from sage.arith.misc import bernoulli, kronecker, factor, gcd, fundamental_discriminant, euler_phi, valuation
65+
from sage.arith.misc import bernoulli, binomial, factorial, kronecker, factor, gcd, fundamental_discriminant, euler_phi, valuation
6666
from sage.categories.map import Map
6767
from sage.categories.objects import Objects
6868
from sage.misc.cachefunc import cached_method

0 commit comments

Comments
 (0)