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

Commit

Permalink
deprecation, added missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAyotte committed Jul 28, 2021
1 parent 1b9332e commit 68509f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/sage/modular/modform/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@
from .numerical import NumericalEigenforms as numerical_eigenforms

from .element import delta_lseries

# deprecation: find_generators.py is now in sage.rings
from sage.misc.lazy_import import lazy_import as _lazy_import
_lazy_import('sage.rings.find_generators', 'ModularFormsRing', deprecation=31559)
3 changes: 2 additions & 1 deletion src/sage/modular/overconvergent/hecke_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
from sage.arith.all import valuation
from sage.rings.all import ZZ, Zmod, Infinity, Integer
from sage.rings.finite_rings.finite_field_constructor import GF
from sage.modular.modform.all import ModularForms, ModularFormsRing, delta_qexp, eisenstein_series_qexp
from sage.modular.modform.all import ModularForms, delta_qexp, eisenstein_series_qexp
from sage.rings.find_generators import ModularFormsRing
from sage.modular.dims import dimension_modular_forms
from sage.misc.functional import dimension,transpose,charpoly
from sage.matrix.constructor import matrix, random_matrix
Expand Down
2 changes: 1 addition & 1 deletion src/sage/rings/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@
from . import numbers_abc

# Rings of modular forms
from .find_generators import ModularFormsRing
from sage.rings.find_generators import ModularFormsRing

0 comments on commit 68509f9

Please sign in to comment.