Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 6, 2024
1 parent 6aeee37 commit 5a7ae71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions premise/heat.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ def regionalize_heat_production(self):
geo_mapping = None
if heat_tech == "heat, from natural gas (market)":
geo_mapping = {
r: "Europe without Switzerland"
for r in self.regions
r: "Europe without Switzerland" for r in self.regions
}

new_ds = self.fetch_proxies(
Expand Down

0 comments on commit 5a7ae71

Please sign in to comment.