Skip to content

Commit

Permalink
another typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jul 22, 2023
1 parent 44cff78 commit 0552bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ortools/linear_solver/python/model_builder_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ def test_solve_status(
)
def test_get_variable_values(
self,
solver: dict[str, Union[str, Mapping[str, Any], bool]],
solver: Dict[str, Union[str, Mapping[str, Any], bool]],
variable_indices: pd.Index,
variable_bound: float,
solve_status: mb.SolveStatus,
Expand Down Expand Up @@ -1810,7 +1810,7 @@ def test_get_variable_values(
)
def test_get_objective_value(
self,
solver: dict[str, Union[str, Mapping[str, Any], bool]],
solver: Dict[str, Union[str, Mapping[str, Any], bool]],
variable_indices: pd.Index,
variable_bound: float,
solve_status: mb.SolveStatus,
Expand Down

0 comments on commit 0552bed

Please sign in to comment.