Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion two_phase/flow_utils.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down