Skip to content

Commit 562cebc

Browse files
committed
Remove unused imports in tests
1 parent e794d1a commit 562cebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_nnf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import nnf
1414

15-
from nnf import Var, And, Or, amc, dimacs, dsharp, operators, true, false, tseitin
15+
from nnf import Var, And, Or, amc, dimacs, dsharp, operators, tseitin
1616

1717
settings.register_profile('patient', deadline=2000,
1818
suppress_health_check=(HealthCheck.too_slow,))

0 commit comments

Comments
 (0)