tools: Fix check_python_deps.py

This commit is contained in:
Corentin Le Molgat
2023-07-07 16:44:18 +02:00
parent 080603d521
commit 17a60fb82b

View File

@@ -142,5 +142,5 @@ if __name__ == "__main__":
# not compatible.
from ortools.constraint_solver import _pywrapcp # pylint: disable=g-import-not-at-top,unused-import
from ortools.linear_solver import _pywraplp # pylint: disable=g-import-not-at-top,unused-import
from ortools.algorithms import _pywrapknapsack_solver # pylint: disable=g-import-not-at-top,unused-import
from ortools.algorithms.python import knapsack_solver # pylint: disable=g-import-not-at-top,unused-import
from ortools.graph import _pywrapgraph # pylint: disable=g-import-not-at-top,unused-import