Skip to content

Commit

Permalink
src/sage/matrix/matrix_gfpn_dense.pyx: Replace relative cimport
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 21, 2023
1 parent 64a4510 commit cb78fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_gfpn_dense.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ from sage.misc.randstate import current_randstate
from sage.misc.randstate cimport randstate
from sage.structure.element cimport Element, Matrix
from sage.structure.richcmp import rich_to_bool
from .args cimport MatrixArgs_init
from sage.matrix.args cimport MatrixArgs_init

from libc.string cimport memset, memcpy

Expand Down

0 comments on commit cb78fd9

Please sign in to comment.