Skip to content

Commit

Permalink
Fix flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Jun 21, 2024
1 parent d84a43a commit 23d22f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/opf/test_graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import pathlib
import unittest

import gurobipy as gp

from gurobi_optimods.datasets import load_opf_example, load_opf_extra
from gurobi_optimods.opf import (
compute_violations,
Expand Down
2 changes: 0 additions & 2 deletions tests/opf/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import random
import unittest

import gurobipy as gp

from gurobi_optimods.datasets import load_opf_example
from gurobi_optimods.opf import solve_opf

Expand Down

0 comments on commit 23d22f5

Please sign in to comment.