Skip to content

Commit

Permalink
Update test_boolalg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smichr authored Nov 26, 2024
1 parent 091f47a commit a750613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/logic/tests/test_boolalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
truth_table, as_Boolean, to_anf, is_anf, distribute_xor_over_and,
anf_coeffs, ANFform, bool_minterm, bool_maxterm, bool_monomial,
_check_pair, _convert_to_varsSOP, _convert_to_varsPOS, Exclusive,
gateinputcount)
gateinputcount, change_form)
from sympy.assumptions.cnf import CNF

from sympy.testing.pytest import raises, XFAIL, slow
Expand Down

0 comments on commit a750613

Please sign in to comment.