Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Mar 5, 2024
1 parent 82a3877 commit ae30746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(
scenarios: list[PyTradeShifts],
anchor_countries: list[str] = [],
normalisation="weak",
stability_index_file = (
stability_index_file=(
f"data{os.sep}stability_index{os.sep}"
f"worldbank_governence_indicator_2022_normalised.csv"
),
Expand Down

0 comments on commit ae30746

Please sign in to comment.