diff --git a/firefly/budgets.py b/firefly/budgets.py index 3c62abb..be52af8 100644 --- a/firefly/budgets.py +++ b/firefly/budgets.py @@ -71,7 +71,6 @@ def _get_current_spent_amount(budget_id): return spent_amount - def get_budget_metrics(): out = "" for budget in _get_budgets():