Skip to content

Commit a6b0822

Browse files
committed
merge
2 parents ac9e87f + 882bd61 commit a6b0822

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mathics/builtin/compilation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ctypes
22

33
from mathics.builtin.base import Builtin, BoxConstruct
4-
from mathics.core.evaluation import Evaluation
4+
from mathics.version import __version__ # noqa used in loading to check consistency.
55
from mathics.core.expression import (
66
Atom,
77
Expression,
@@ -11,7 +11,7 @@
1111
Integer,
1212
Real,
1313
)
14-
from mathics.version import __version__ # noqa used in loading to check consistency.
14+
from mathics.core.evaluation import Evaluation
1515

1616

1717
class Compile(Builtin):

0 commit comments

Comments
 (0)