diff --git a/scripts/build_energy_totals.py b/scripts/build_energy_totals.py index 70a8e51f..d80a8e85 100644 --- a/scripts/build_energy_totals.py +++ b/scripts/build_energy_totals.py @@ -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