Skip to content
Snippets Groups Projects
Commit dfbc16d4 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Removed some unused imports.

parent 3cfe9c2e
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,6 @@ from graph_drawing.graph import generate_graph ...@@ -10,8 +10,6 @@ from graph_drawing.graph import generate_graph
from graph_drawing.line import generate_line from graph_drawing.line import generate_line
from graph_drawing.node import Node, Leaf from graph_drawing.node import Node, Leaf
from unicode_math import PI as u_PI
TYPE_OPERATOR = 1 TYPE_OPERATOR = 1
TYPE_IDENTIFIER = 2 TYPE_IDENTIFIER = 2
......
from .utils import find_variables, infinity, replace_variable, find_variable, \ from .utils import find_variables, replace_variable, find_variable, absolute
absolute
from .logarithmic import ln from .logarithmic import ln
from .goniometry import sin, cos from .goniometry import sin, cos
from ..node import ExpressionNode as N, ExpressionLeaf as L, OP_INT, \ from ..node import ExpressionNode as N, ExpressionLeaf as L, OP_INT, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment