Skip to content

Commit f09013b

Browse files
authored
Update sympy/logic/boolalg.py
1 parent eda38cc commit f09013b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sympy/logic/boolalg.py

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def equals(self, other):
125125
126126
"""
127127
from sympy.logic.inference import satisfiable
128+
from sympy.core.symbol import Symbol
128129

129130
def ok(f):
130131
return isinstance(f, (BooleanFunction, Symbol)) and (not f.args or

0 commit comments

Comments
 (0)