Skip to content

Commit 9e0baab

Browse files
Matthias Köppetobiasdiez
andauthored
Update src/sage/stats/distributions/discrete_gaussian_polynomial.py
Co-authored-by: Tobias Diez <[email protected]>
1 parent accafd8 commit 9e0baab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/stats/distributions/discrete_gaussian_polynomial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#*****************************************************************************/
5656

5757
from sage.rings.real_mpfr import RR
58-
from sage.rings.integer_ring import Z as ZZ
58+
from sage.rings.integer_ring import ZZ
5959
from .discrete_gaussian_integer import DiscreteGaussianDistributionIntegerSampler
6060
from sage.structure.sage_object import SageObject
6161

0 commit comments

Comments
 (0)