Skip to content

Commit 35521b8

Browse files
committed
more merge
1 parent 3e125df commit 35521b8

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

mathics/builtin/compilation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
String,
1111
from_python,
1212
Integer,
13-
Real,
1413
)
15-
from mathics.core.evaluation import Evaluation
1614
from types import FunctionType
1715

1816

mathics/builtin/numeric.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from contextlib import contextmanager
2323
from itertools import chain, product
2424

25-
from mathics.version import __version__ # noqa used in loading to check consistency.
2625

2726
from mathics.builtin.base import Builtin, Predefined
2827
from mathics.core.numbers import (
@@ -45,7 +44,6 @@
4544
Symbol,
4645
SymbolFalse,
4746
SymbolTrue,
48-
SymbolFailed,
4947
from_python,
5048
)
5149
from mathics.core.convert import from_sympy

0 commit comments

Comments
 (0)