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/function.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 e14259b commit daed11e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sage/symbolic/function.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,11 @@ is attempted, and after that ``sin()`` which succeeds::
#*****************************************************************************

from sage.structure.sage_object cimport SageObject
from sage.structure.element cimport Element, parent
from sage.structure.element cimport Element, parent, Expression
from sage.misc.lazy_attribute import lazy_attribute
from .expression import (
call_registered_function, find_registered_function, register_or_update_function,
get_sfunction_from_hash,
is_Expression
get_sfunction_from_hash
)
from .expression import get_sfunction_from_serial as get_sfunction_from_serial

Expand Down

0 comments on commit daed11e

Please sign in to comment.