[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] 2024-04-18 15:32:26 +00:00
parent 2113b6657f
commit bc78607926

View File

@ -990,7 +990,9 @@ def update_residential_from_eurostat(energy):
# Set indexes back
energy_totals.set_index(["country", "year"], inplace=True)
logger.info("Updated energy balances for residential using disaggregate final energy consumption data in Households from Eurostat")
logger.info(
"Updated energy balances for residential using disaggregate final energy consumption data in Households from Eurostat"
)
return energy_totals