Browse Source

Removed unused import.

Taddeus Kroes 14 năm trước cách đây
mục cha
commit
4e3c77b63a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      tests/test_rules_poly.py

+ 0 - 1
tests/test_rules_poly.py

@@ -1,7 +1,6 @@
 from src.rules.poly import match_combine_polynomes, combine_polynomes
 from src.rules.numerics import add_numerics
 from src.possibilities import Possibility as P
-from src.node import ExpressionLeaf as L
 from src.parser import Parser
 from tests.parser import ParserWrapper
 from tests.rulestestcase import RulesTestCase