This commit is contained in:
Andrew Croce 2018-09-11 09:44:28 -04:00
parent dd5f09c44c
commit 1742415b49

View File

@ -200,5 +200,7 @@ class Reports:
@classmethod @classmethod
def cumulative_budget(cls, alternate): def cumulative_budget(cls, alternate):
return { return {
"months": CUMULATIVE_BUDGET_BELUGA if alternate else CUMULATIVE_BUDGET_AARDVARK "months": CUMULATIVE_BUDGET_BELUGA
if alternate
else CUMULATIVE_BUDGET_AARDVARK
} }