From 1742415b495301314946bd8be71d8e6dab1262d0 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 11 Sep 2018 09:44:28 -0400 Subject: [PATCH] format --- atst/domain/reports.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atst/domain/reports.py b/atst/domain/reports.py index e3e71319..7e49e0de 100644 --- a/atst/domain/reports.py +++ b/atst/domain/reports.py @@ -200,5 +200,7 @@ class Reports: @classmethod def cumulative_budget(cls, alternate): return { - "months": CUMULATIVE_BUDGET_BELUGA if alternate else CUMULATIVE_BUDGET_AARDVARK + "months": CUMULATIVE_BUDGET_BELUGA + if alternate + else CUMULATIVE_BUDGET_AARDVARK }