From 05ee4979525c185713e1f35f96027586ff4e4f4a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 16 Jan 2025 11:29:53 -0500 Subject: [PATCH] Fixing duplicated import --- idaes/core/base/extended_control_volume1d.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/idaes/core/base/extended_control_volume1d.py b/idaes/core/base/extended_control_volume1d.py index 3c099003d0..463edd7dfc 100644 --- a/idaes/core/base/extended_control_volume1d.py +++ b/idaes/core/base/extended_control_volume1d.py @@ -16,10 +16,8 @@ __author__ = "Andrew Lee" -from pyomo.environ import Constraint, Expression - # Import Pyomo libraries -from pyomo.environ import Constraint +from pyomo.environ import Constraint, Expression # Import IDAES cores from idaes.core.base.control_volume1d import ControlVolume1DBlockData