mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
Fix code style
This commit is contained in:
@@ -28,7 +28,7 @@ def process_mmg_response():
|
|||||||
safe_to_log.pop("MSISDN")
|
safe_to_log.pop("MSISDN")
|
||||||
current_app.logger.info(
|
current_app.logger.info(
|
||||||
"Full delivery response from {} for notification: {}\n{}".format(client_name, request.form.get('CID'),
|
"Full delivery response from {} for notification: {}\n{}".format(client_name, request.form.get('CID'),
|
||||||
safe_to_log))
|
safe_to_log))
|
||||||
if errors:
|
if errors:
|
||||||
raise InvalidRequest(errors, status_code=400)
|
raise InvalidRequest(errors, status_code=400)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user