diff --git a/atst/routes/requests/index.py b/atst/routes/requests/index.py index 209c3773..4c5f281d 100644 --- a/atst/routes/requests/index.py +++ b/atst/routes/requests/index.py @@ -20,10 +20,7 @@ class RequestsIndex(object): else: context = self._non_ccpo_view(self.user) - return { - **context, - "possible_statuses": Requests.possible_statuses(), - } + return {**context, "possible_statuses": Requests.possible_statuses()} def _ccpo_view(self, user): requests = Requests.get_many()