Skip to content

Commit

Permalink
Add space before end of docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Mar 22, 2024
1 parent 0d0bfee commit 5a0a545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kpis/kpi_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a0a545

Please sign in to comment.