From 7f5119acd9481a202c2aecca64b92ec4f06b54fe Mon Sep 17 00:00:00 2001 From: caio araujo Date: Tue, 25 Nov 2025 17:28:16 -0300 Subject: [PATCH] Unused library --- two_phase/flow_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two_phase/flow_utils.py b/two_phase/flow_utils.py index 18d7529..7e88277 100644 --- a/two_phase/flow_utils.py +++ b/two_phase/flow_utils.py @@ -1,6 +1,6 @@ import CoolProp.CoolProp as cp import numpy as np -from .utils import iterable +# from .utils import iterable # UNUSED class Properties(object):