Browse Source

Removed unused import.

Taddeus Kroes 14 years ago
parent
commit
dd6e365848
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/rules/numerics.py

+ 1 - 2
src/rules/numerics.py

@@ -1,7 +1,6 @@
 from itertools import combinations
 
-from ..node import ExpressionLeaf as Leaf, Scope, nary_node, OP_DIV, OP_MUL, \
-        OP_NEG
+from ..node import ExpressionLeaf as Leaf, Scope, OP_DIV, OP_MUL, OP_NEG
 from ..possibilities import Possibility as P, MESSAGES
 from ..translate import _