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

Commit

Permalink
remove superfluous import of I
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Jun 1, 2021
1 parent 0ead458 commit c92aec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/symbolic/expression_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import operator as _operator
from sage.rings.rational_field import QQ
from sage.symbolic.ring import SR
from sage.symbolic.constants import I
from sage.functions.all import exp
from sage.symbolic.operators import arithmetic_operators, relation_operators, FDerivativeOperator, add_vararg, mul_vararg
from sage.rings.number_field.number_field_element_quadratic import NumberFieldElement_gaussian
Expand Down

0 comments on commit c92aec8

Please sign in to comment.