Skip to content

Commit

Permalink
Remove leftover of CSE
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomSerg committed Jul 16, 2024
1 parent 24c7bbf commit e15601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpmpy/transformations/comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import copy
from .flatten_model import get_or_make_var
from ..expressions.core import Comparison, Operator
from ..expressions.utils import ExprStore, is_boolexpr, get_store
from ..expressions.utils import is_boolexpr
from ..expressions.variables import _NumVarImpl, _BoolVarImpl

def only_numexpr_equality(constraints, supported=frozenset()):
Expand Down

0 comments on commit e15601c

Please sign in to comment.