Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Dec 31, 2022
1 parent ae0ac51 commit ebe1015
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mathics/core/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
)
from mathics.core.convert.python import from_python
from mathics.core.convert.sympy import SympyExpression, sympy_symbol_prefix
from mathics.core.element import BaseElement, ElementsProperties, EvalMixin, ensure_context
from mathics.core.element import (
BaseElement,
ElementsProperties,
EvalMixin,
ensure_context,
)
from mathics.core.evaluation import Evaluation
from mathics.core.interrupt import ReturnInterrupt
from mathics.core.structure import LinkedStructure
Expand Down

0 comments on commit ebe1015

Please sign in to comment.