[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-08-09 09:02:20 +00:00
parent 9a68730745
commit ac04abb98c

View File

@ -2883,7 +2883,9 @@ def add_industry(n, costs):
p_set=p_set,
)
primary_steel = get(snakemake.config["industry"]["St_primary_fraction"], investment_year)
primary_steel = get(
snakemake.config["industry"]["St_primary_fraction"], investment_year
)
dri_steel = get(snakemake.config["industry"]["DRI_fraction"], investment_year)
bof_steel = primary_steel - dri_steel