[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-07-23 09:08:27 +00:00
parent d45cb71b7a
commit 3f3e73a0ec

View File

@ -104,7 +104,9 @@ def replace_natural_gas_technology(df):
def replace_natural_gas_fueltype(df): def replace_natural_gas_fueltype(df):
return df.Fueltype.mask(df.Technology == "OCGT" | df.Technology == "CCGT", "Natural Gas") return df.Fueltype.mask(
df.Technology == "OCGT" | df.Technology == "CCGT", "Natural Gas"
)
if __name__ == "__main__": if __name__ == "__main__":