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.
2 parents ac9e87f + 882bd61 commit a6b0822Copy full SHA for a6b0822
1 file changed
mathics/builtin/compilation.py
@@ -1,7 +1,7 @@
1
import ctypes
2
3
from mathics.builtin.base import Builtin, BoxConstruct
4
-from mathics.core.evaluation import Evaluation
+from mathics.version import __version__ # noqa used in loading to check consistency.
5
from mathics.core.expression import (
6
Atom,
7
Expression,
@@ -11,7 +11,7 @@
11
Integer,
12
Real,
13
)
14
-from mathics.version import __version__ # noqa used in loading to check consistency.
+from mathics.core.evaluation import Evaluation
15
16
17
class Compile(Builtin):
0 commit comments