Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 18, 2024
1 parent 133aad6 commit 6ba2b18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -4582,7 +4582,9 @@ def add_import_options(
import_costs = (
pd.read_parquet(snakemake.input.import_costs)
.reset_index()
.query("year == @cost_year and scenario == 'default' and exporter in @exporters")
.query(
"year == @cost_year and scenario == 'default' and exporter in @exporters"
)
)

cols = ["esc", "exporter", "importer", "value"]
Expand Down

0 comments on commit 6ba2b18

Please sign in to comment.