Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored and Matthias Koeppe committed Nov 7, 2023
1 parent d26dcca commit 5ea137b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/finite_rings/integer_mod_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
from sage.arith.misc import CRT_basis
import sage.rings.ring as ring
import sage.rings.abc
from sage.rings.finite_rings. import integer_mod
from sage.rings.finite_rings import integer_mod
import sage.rings.integer as integer
import sage.rings.integer_ring as integer_ring
import sage.rings.quotient_ring as quotient_ring
Expand Down

0 comments on commit 5ea137b

Please sign in to comment.