Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
src/sage/groups/matrix_gps/group_element.pyx: Remove duplicate imports
  • Loading branch information
Matthias Koeppe committed May 27, 2024
commit 5bedf2acb6374b9848917fb90f5178851ca09a44
2 changes: 0 additions & 2 deletions src/sage/groups/matrix_gps/group_element.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ AUTHORS:
#*****************************************************************************

from sage.rings.integer_ring import ZZ
from sage.structure.element cimport MultiplicativeGroupElement, Matrix
from sage.structure.element import Matrix
from sage.structure.parent cimport Parent
from sage.structure.richcmp cimport richcmp

Expand Down