Skip to content

Commit

Permalink
src/sage/modular/modform/hecke_operator_on_qexp.py: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 10, 2024
1 parent 61d036e commit 10c751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/modular/modform/hecke_operator_on_qexp.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

lazy_import('sage.rings.number_field.number_field', 'CyclotomicField')

from sage.modular.dirichlet import DirichletGroup, is_DirichletCharacter
from sage.modular.dirichlet import DirichletGroup, DirichletCharacter
from .element import ModularFormElement

def hecke_operator_on_qexp(f, n, k, eps=None,
Expand Down

0 comments on commit 10c751f

Please sign in to comment.