We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e125df commit 35521b8Copy full SHA for 35521b8
2 files changed
mathics/builtin/compilation.py
@@ -10,9 +10,7 @@
10
String,
11
from_python,
12
Integer,
13
- Real,
14
)
15
-from mathics.core.evaluation import Evaluation
16
from types import FunctionType
17
18
mathics/builtin/numeric.py
@@ -22,7 +22,6 @@
22
from contextlib import contextmanager
23
from itertools import chain, product
24
25
-from mathics.version import __version__ # noqa used in loading to check consistency.
26
27
from mathics.builtin.base import Builtin, Predefined
28
from mathics.core.numbers import (
@@ -45,7 +44,6 @@
45
44
Symbol,
46
SymbolFalse,
47
SymbolTrue,
48
- SymbolFailed,
49
50
51
from mathics.core.convert import from_sympy
0 commit comments