diff --git a/kpis/kpi_calculator.py b/kpis/kpi_calculator.py index 58e0ad5e3..60e2d6ac5 100644 --- a/kpis/kpi_calculator.py +++ b/kpis/kpi_calculator.py @@ -232,6 +232,7 @@ def get_kpis_disaggregated(self, price_scenario='Constant'): dkpi = dict Dictionary with the core KPIs disaggregated and with absolute values. + ''' _ = self.get_core_kpis(price_scenario=price_scenario)