Skip to content

Commit ee025b0

Browse files
author
Matthias Koeppe
committed
src/sage/stats/basic_stats.py: Fix import
1 parent cb4af40 commit ee025b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/stats/basic_stats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
######################################################################
4141

4242
from sage.rings.integer_ring import ZZ
43+
from sage.misc.lazy_import import lazy_import
4344
from sage.misc.functional import sqrt
4445
from sage.misc.superseded import deprecation
4546

0 commit comments

Comments
 (0)