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