From caaad2154284cc7135ebe1f2a1e2cf9e8342547d Mon Sep 17 00:00:00 2001 From: Montana Date: Wed, 17 Oct 2018 13:42:33 -0400 Subject: [PATCH] Formatting --- atst/routes/requests/index.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atst/routes/requests/index.py b/atst/routes/requests/index.py index 98648823..b479c848 100644 --- a/atst/routes/requests/index.py +++ b/atst/routes/requests/index.py @@ -61,7 +61,9 @@ class RequestsIndex(object): return url_for("requests.financial_verification", request_id=request.id) elif request.is_pending_financial_verification_changes: return url_for( - "requests.financial_verification", request_id=request.id, extended=True + "requests.financial_verification", + request_id=request.id, + extended=True, ) elif request.is_approved: return url_for("requests.view_request_details", request_id=request.id)