Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 5, 2024
1 parent fe864ef commit f5418f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premise/electricity.py
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ def create_region_specific_power_plants(self):
ws.either(
*[ws.contains("name", name) for name in list_datasets_to_duplicate]
),
#ws.exclude(ws.contains("name", "market")),
# ws.exclude(ws.contains("name", "market")),
ws.exclude(ws.contains("name", ", oxy, ")),
ws.exclude(ws.contains("name", ", pre, ")),
):
Expand Down

0 comments on commit f5418f8

Please sign in to comment.