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

Commit

Permalink
src/sage/modular/abvar: Remove all-import of infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 21, 2021
1 parent 0224b35 commit 3c5750c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sage/modular/abvar/lseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
###########################################################################

from sage.structure.sage_object import SageObject
from sage.rings.all import Integer, infinity, ZZ, QQ, CC
from sage.rings.integer_ring import ZZ
from sage.rings.rational_field import QQ
from sage.rings.integer import Integer
from sage.rings.infinity import infinity
from sage.rings.all import CC
from sage.modules.free_module import span
from sage.misc.misc_c import prod

Expand Down

0 comments on commit 3c5750c

Please sign in to comment.