Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 11, 2024
1 parent a84781e commit afd0be9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions premise/cement.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit afd0be9

Please sign in to comment.