From b88cfd6e356b270a3b962f7a208eaeb17350e779 Mon Sep 17 00:00:00 2001 From: Michael Bynum Date: Sat, 24 Feb 2024 22:29:30 -0700 Subject: [PATCH] update imports --- pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py b/pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py index b771f732464..ad04163329e 100644 --- a/pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py +++ b/pyomo/contrib/coramin/domain_reduction/tests/test_dbt.py @@ -21,13 +21,6 @@ from networkx import is_bipartite from pyomo.common.collections import ComponentSet from networkx import Graph -from pyomo.core.expr.visitor import identify_variables -from pyomo.core.expr import differentiate -from egret.thirdparty.get_pglib_opf import get_pglib_opf -from egret.data.model_data import ModelData -from egret.models.acopf import create_psv_acopf_model -import os -from pyomo.contrib.coramin.utils.pyomo_utils import get_objective import filecmp from pyomo.contrib import appsi import pytest