Skip to content

Commit

Permalink
Remove obsolete imports
Browse files Browse the repository at this point in the history
  • Loading branch information
schymans committed Oct 20, 2020
1 parent 0baa970 commit 1c6545c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion essm/variables/_core.py
Expand Up @@ -27,7 +27,7 @@
import six

from sympy import (Abs, Add, Basic, Derivative, Function, Integral, log, Mul,
preorder_traversal, Piecewise, Pow, S, Symbol)
Piecewise, Pow, S, Symbol)
from sympy.physics.units import (Dimension, Quantity, convert_to)
from sympy.physics.units.systems.si import dimsys_SI, SI
from sympy.physics.units.util import check_dimensions
Expand Down

0 comments on commit 1c6545c

Please sign in to comment.