Skip to content
Snippets Groups Projects
Commit a2fc969b authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Removed some unused imports.

parent a455b76b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ from .logarithmic import factor_in_exponent_multiplicant, \
factor_out_exponent, raised_base, factor_out_exponent_important
from .derivatives import chain_rule
from .negation import double_negation, negated_factor, negated_nominator, \
negated_denominator, negated_zero, negated_factor
negated_denominator, negated_zero
from .fractions import multiply_with_fraction, extract_fraction_terms
from .integrals import factor_out_constant, integrate_variable_root
from .powers import remove_power_of_one
......
import math
from .utils import greatest_common_divisor, dividers, is_prime
from .utils import dividers, is_prime
from ..node import ExpressionLeaf as Leaf, Scope, OP_SQRT, OP_MUL, sqrt
from ..possibilities import Possibility as P, MESSAGES
from ..translate import _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment