Skip to content

Commit 1167eab

Browse files
committed
undo last commit
1 parent 5e786e7 commit 1167eab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎biosteam/__init__.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ def njit(*args, **kwargs):
9696
except ModuleNotFoundError as error:
9797
if error.name != 'hensmith': raise
9898
else:
99-
HXN = HeatExchangerNetwork = hensmith.HeatExchangerNetwork
10099
del hensmith
101-
__all__.append('HeatExchangerNetwork', 'HXN')
100+
__all__.append('HeatExchangerNetwork')
102101

103102
# Future extensions can be added here.
104103

0 commit comments

Comments
 (0)