Skip to content

Commit

Permalink
flake8 mathics.eval.parts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed May 26, 2023
1 parent 773aee0 commit 757011f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions mathics/eval/parts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from typing import List

from mathics.core.atoms import Integer, Integer1
from mathics.core.atoms import Integer
from mathics.core.convert.expression import make_expression
from mathics.core.element import BaseElement, BoxElementMixin
from mathics.core.exceptions import (
Expand All @@ -20,11 +20,7 @@
from mathics.core.list import ListExpression
from mathics.core.subexpression import SubExpression
from mathics.core.symbols import Atom, Symbol, SymbolList
from mathics.core.systemsymbols import (
SymbolDirectedInfinity,
SymbolInfinity,
SymbolNothing,
)
from mathics.core.systemsymbols import SymbolInfinity, SymbolNothing
from mathics.eval.patterns import Matcher


Expand Down

0 comments on commit 757011f

Please sign in to comment.