Skip to content

Commit f89e496

Browse files
author
Matthias Koeppe
committed
src/sage/quadratic_forms/quadratic_form__theta.py: Update import
1 parent af0fefe commit f89e496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/quadratic_forms/quadratic_form__theta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def theta_series_degree_2(Q, prec):
307307
"""
308308
from sage.arith.misc import integer_floor as floor
309309
from sage.misc.functional import sqrt
310-
from sage.misc.misc import cputime
310+
from sage.misc.timing import cputime
311311
from sage.misc.verbose import verbose
312312

313313
if Q.base_ring() != ZZ:

0 commit comments

Comments
 (0)