Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/symbolic/ring.pyx: Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 6, 2021
1 parent daed11e commit c52251b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/symbolic/ring.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ The symbolic ring
from sage.rings.integer cimport Integer

from sage.symbolic.expression cimport (
is_Expression,
_latex_Expression,
_repr_Expression,
new_Expression,
Expand All @@ -43,7 +42,7 @@ from sage.symbolic.expression cimport (
new_Expression_symbol,
)

from sage.structure.element cimport Element
from sage.structure.element cimport Element, Expression
from sage.categories.morphism cimport Morphism
from sage.structure.coerce cimport is_numpy_type

Expand Down

0 comments on commit c52251b

Please sign in to comment.