mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
formatting
This commit is contained in:
@@ -13,7 +13,7 @@ from flask import (
|
||||
render_template,
|
||||
request,
|
||||
session,
|
||||
url_for
|
||||
url_for,
|
||||
)
|
||||
from flask.globals import _lookup_req_object, _request_ctx_stack
|
||||
from flask_login import LoginManager, current_user
|
||||
|
||||
@@ -30,7 +30,7 @@ def index():
|
||||
return render_template(
|
||||
'views/signedout.html',
|
||||
sms_rate=CURRENT_SMS_RATE,
|
||||
counts=status_api_client.get_count_of_live_services_and_organisations()
|
||||
counts=status_api_client.get_count_of_live_services_and_organisations(),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user