Skip to content

Commit

Permalink
src/sage/rings/padics/padic_template_element.pxi: Restore import lost…
Browse files Browse the repository at this point in the history
… in merge
  • Loading branch information
Matthias Koeppe committed Mar 13, 2023
1 parent 2459849 commit e62066f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/rings/padics/padic_template_element.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ from sage.rings.rational import Rational
from sage.rings.padics.precision_error import PrecisionError
from sage.rings.padics.misc import trim_zeros
from sage.rings.polynomial.polynomial_element import Polynomial
from sage.structure.element import canonical_coercion

import itertools

cdef long maxordp = (1L << (sizeof(long) * 8 - 2)) - 1
Expand Down

0 comments on commit e62066f

Please sign in to comment.