Jelajahi Sumber

Removed unused imports.

Sander Mathijs van Veen 14 tahun lalu
induk
melakukan
c3c37b5d4b
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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