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 163f1f1 commit 871d77cCopy full SHA for 871d77c
1 file changed
mathics/builtin/structure.py
@@ -23,15 +23,14 @@
23
Rational,
24
strip_context,
25
)
26
-from mathics.core.rules import Pattern, Rule
+from mathics.core.rules import Pattern
27
28
from mathics.builtin.lists import (
29
python_levelspec,
30
walk_levels,
31
InvalidLevelspecError,
32
List,
33
34
-from mathics.builtin.functional import Identity
35
36
import platform
37
0 commit comments