ソースを参照

Removed unused import.

Taddeus Kroes 14 年 前
コミット
dd6e365848
1 ファイル変更1 行追加2 行削除
  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 _