Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
dallan-keylogic committed Apr 18, 2024
1 parent ad4dddf commit 74c5e73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion idaes/models_extra/power_generation/unit_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
from .boiler_fireside import BoilerFireside
from .boiler_heat_exchanger import BoilerHeatExchanger
from .boiler_heat_exchanger_2D import HeatExchangerCrossFlow2D_Header
from .cross_flow_heat_exchanger_1D import CrossFlowHeatExchanger1D, CrossFlowHeatExchanger1DInitializer
from .cross_flow_heat_exchanger_1D import (
CrossFlowHeatExchanger1D,
CrossFlowHeatExchanger1DInitializer,
)
from .downcomer import Downcomer
from .drum import Drum
from .drum1D import Drum1D
Expand Down

0 comments on commit 74c5e73

Please sign in to comment.