Skip to content

Commit

Permalink
Clean up cimports
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 31, 2023
1 parent 35914d3 commit 4370ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/matrix/matrix_modn_sparse.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ from sage.matrix.args cimport SparseEntry, MatrixArgs_init
from sage.matrix.matrix2 import Matrix as Matrix2
from sage.matrix.matrix_dense cimport Matrix_dense
from sage.matrix.matrix_integer_dense cimport Matrix_integer_dense
from sage.matrix.matrix_sparse cimport Matrix_sparse
from sage.misc.verbose import verbose, get_verbose
from sage.modules.vector_integer_dense cimport Vector_integer_dense
from sage.modules.vector_integer_sparse cimport *
Expand Down

0 comments on commit 4370ea2

Please sign in to comment.