Skip to content

Commit 8e729d9

Browse files
formatting fix
1 parent afa12a2 commit 8e729d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def _construction_inflation_cost_elec_heat() -> tuple[float, float]:
383383

384384
# TODO should be return value instead of mutating econ
385385
econ.inflation_cost_during_construction.value = quantity(
386-
construction_inflation_cost_elec+ construction_inflation_cost_heat,
386+
construction_inflation_cost_elec + construction_inflation_cost_heat,
387387
econ.CCap.CurrentUnits
388388
).to(econ.inflation_cost_during_construction.CurrentUnits).magnitude
389389

0 commit comments

Comments
 (0)