[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
2113b6657f
commit
bc78607926
@ -990,7 +990,9 @@ def update_residential_from_eurostat(energy):
|
|||||||
|
|
||||||
# Set indexes back
|
# Set indexes back
|
||||||
energy_totals.set_index(["country", "year"], inplace=True)
|
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
|
return energy_totals
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user