소스 검색

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 _