Commit 21c092de authored by Taddeus Kroes's avatar Taddeus Kroes

Removed unused import.

parent ba1c280b
from itertools import combinations
from .utils import greatest_common_divisor
from ..node import ExpressionLeaf as Leaf, Scope, negate, OP_ADD, OP_DIV, \
OP_MUL, OP_POW
from ..node import ExpressionLeaf as Leaf, Scope, OP_ADD, OP_DIV, OP_MUL, \
OP_POW
from ..possibilities import Possibility as P, MESSAGES
from ..translate import _
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment