From 5477076fe153beaf4dd2a22e375b60cb3c766341 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Wed, 31 Oct 2018 11:25:43 -0400 Subject: [PATCH] Formatting --- atst/routes/requests/index.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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()