From 04202690936201d18ff0e4f58f9d06da9c345589 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 09:02:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/prepare_sector_network.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index bcd82335..d968bf7e 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -2885,7 +2885,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