From 2d609a635644e60dd6725bdd2167b2d81be5cd6d Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Fri, 8 Apr 2022 13:57:33 +0200 Subject: [PATCH] fix test --- test.py.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.py.in b/test.py.in index 7f1418a9d0..4221e556d8 100644 --- a/test.py.in +++ b/test.py.in @@ -4,7 +4,9 @@ from ortools.linear_solver import linear_solver_pb2 from ortools.constraint_solver import pywrapcp from ortools.sat.python import swig_helper from ortools.sat.python import cp_model -from ortools.graph import pywrapgraph +from ortools.graph.python import linear_sum_assignment +from ortools.graph.python import max_flow +from ortools.graph.python import min_cost_flow from ortools.algorithms import pywrapknapsack_solver from ortools.scheduling import pywraprcpsp from ortools.util.python import sorted_interval_list