Skip to content

Commit 0b9120b

Browse files
committed
Two small import bugs
1 parent 3114dee commit 0b9120b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mathics/builtin/colors/color_directives.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
from mathics.builtin.drawing.graphics_internals import _GraphicsElement, get_class
1616
from mathics.core.expression import (
1717
Expression,
18+
Integer,
1819
Real,
1920
String,
2021
Symbol,
22+
SymbolList,
2123
from_python,
2224
)
2325

0 commit comments

Comments
 (0)