diff --git a/premise/cement.py b/premise/cement.py index aab29f1d..9a4848d6 100644 --- a/premise/cement.py +++ b/premise/cement.py @@ -296,10 +296,13 @@ def build_CCS_datasets(self): self.database.append(dataset) # also create region-specific air separation datasets - datasets_to_regionalize=[ - "industrial gases production, cryogenic air separation" - if self.version == "3.10" else "air separation, cryogenic", - "market for oxygen, liquid" + datasets_to_regionalize = [ + ( + "industrial gases production, cryogenic air separation" + if self.version == "3.10" + else "air separation, cryogenic" + ), + "market for oxygen, liquid", ] for ds_to_regionlaize in datasets_to_regionalize: