Skip to content

Commit af4a02d

Browse files
committed
adjust imports
1 parent 4584080 commit af4a02d

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

pymathics/vectorizedplot/plot_plot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""
66

77
from abc import ABC
8-
from functools import lru_cache
98
from typing import Callable
109

1110
import numpy as np

test/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import time
33
from typing import Optional
44

5+
from mathics.core.element import BaseElement
56
from mathics.core.load_builtin import import_and_load_builtins
67
from mathics.core.symbols import Symbol
78
from mathics.session import MathicsSession

test/test_plot_detail.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
from mathics.core.expression import Expression
9393
from mathics.core.symbols import Symbol
9494
from mathics.core.util import print_expression_tree
95-
from mathics.session import MathicsSession
9695

9796
from .svg_outline import outline_svg
9897

0 commit comments

Comments
 (0)