Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit eecd577

Browse files
author
Matthias Koeppe
committed
src/sage/rings/padics/padic_template_element.pxi: Remove .all import
1 parent 5047328 commit eecd577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/padics/padic_template_element.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ cdef class pAdicTemplateElement(pAdicGenericElement):
741741
if field and absprec != 1:
742742
raise ValueError("field keyword may only be set at precision 1")
743743
if absprec == 0:
744-
from sage.rings.all import IntegerModRing
744+
from sage.rings.finite_rings.integer_mod_ring import IntegerModRing
745745
return IntegerModRing(1).zero()
746746
elif absprec == 1:
747747
parent = R.residue_field()

0 commit comments

Comments
 (0)