fixup from google3

This commit is contained in:
Corentin Le Molgat
2023-10-09 14:23:43 +02:00
parent 753a7ab874
commit 69874c9b26
4 changed files with 5 additions and 17 deletions

View File

@@ -116,10 +116,6 @@ PY_CONVERT_HELPER_PTR(LocalSearchFilter);
PY_CONVERT_HELPER_PTR(LocalSearchFilterManager);
PY_CONVERT_HELPER_INTEXPR_AND_INTVAR();
%{
%}
// Actual conversions. This also includes the conversion to std::vector<Class>.
PY_CONVERT(IntVar);
PY_CONVERT(IntExpr);
@@ -2198,6 +2194,4 @@ class PyConstraint(Constraint):
def DebugString(self):
return "PyConstraint"
} // %pythoncode