Skip to content

Commit

Permalink
suggested detail
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Dec 19, 2023
1 parent 14e9711 commit c74f555
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sage/modules/with_basis/indexed_element.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ from sage.misc.superseded import deprecation
from sage.typeset.ascii_art import AsciiArt, empty_ascii_art, ascii_art
from sage.typeset.unicode_art import UnicodeArt, empty_unicode_art, unicode_art
from sage.data_structures.blas_dict cimport add, negate, scal, axpy
from sage.categories.fields import Fields

_Fields = Fields()
from sage.categories.modules import _Fields


cdef class IndexedFreeModuleElement(ModuleElement):
Expand Down

0 comments on commit c74f555

Please sign in to comment.