From f5418f896b3306ddf60f683f76342fbd4ad32b04 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Mon, 5 Aug 2024 09:00:43 +0000 Subject: [PATCH] Black reformating --- premise/electricity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premise/electricity.py b/premise/electricity.py index bb569fc3..703b8bb2 100644 --- a/premise/electricity.py +++ b/premise/electricity.py @@ -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, ")), ):