소스 검색

Removed unused imports.

Sander Mathijs van Veen 14 년 전
부모
커밋
c3c37b5d4b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/test_rules_poly.py

+ 0 - 1
tests/test_rules_poly.py

@@ -1,6 +1,5 @@
 import unittest
 
-from src.node import ExpressionNode as N, ExpressionLeaf as L
 from src.rules.poly import match_combine_polynomes, combine_polynomes
 from src.possibilities import Possibility as P
 from src.parser import Parser