Skip to content

Commit 9174f3c

Browse files
committed
Refactor imports in REDprocess.py for clarity and organization
1 parent f452fea commit 9174f3c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

gdplib/reverse_electrodialysis/REDprocess.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,18 @@
4343

4444
# Importing libraries
4545
import pyomo.environ as pyo
46-
4746
from pint import UnitRegistry
4847

4948
ureg = UnitRegistry()
5049

51-
from scipy.constants import physical_constants
52-
5350
import os
54-
5551
import re
5652

57-
import pandas as pd
5853
import numpy as np
59-
54+
import pandas as pd
6055
from pyomo.contrib.preprocessing.plugins import init_vars
61-
6256
from pyomo.core.expr.logical_expr import atleast, implies
57+
from scipy.constants import physical_constants
6358

6459
from .REDstack import build_REDstack
6560

0 commit comments

Comments
 (0)