From 134cc4934501a828018bc5ef3f89db2aacee7731 Mon Sep 17 00:00:00 2001 From: Doug A Date: Mon, 4 Nov 2024 14:23:20 -0500 Subject: [PATCH] remove unused import --- idaes/models/properties/cubic_eos/BT_PR.py | 1 - 1 file changed, 1 deletion(-) diff --git a/idaes/models/properties/cubic_eos/BT_PR.py b/idaes/models/properties/cubic_eos/BT_PR.py index f474fd423e..de2f504161 100644 --- a/idaes/models/properties/cubic_eos/BT_PR.py +++ b/idaes/models/properties/cubic_eos/BT_PR.py @@ -20,7 +20,6 @@ """ # Import Pyomo libraries from pyomo.environ import Reals, Param, NonNegativeReals, Set, units as pyunits -from pyomo.common.deprecation import deprecated # Import IDAES cores from idaes.core import declare_process_block_class, Component