mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
reformat up to latest version of black
This commit is contained in:
@@ -38,9 +38,11 @@ def get_paginated_uploads(service_id, limit_days, page):
|
||||
"id": upload.id,
|
||||
"original_file_name": upload.original_file_name,
|
||||
"notification_count": upload.notification_count,
|
||||
"created_at": upload.scheduled_for.strftime("%Y-%m-%d %H:%M:%S")
|
||||
if upload.scheduled_for
|
||||
else upload.created_at.strftime("%Y-%m-%d %H:%M:%S"),
|
||||
"created_at": (
|
||||
upload.scheduled_for.strftime("%Y-%m-%d %H:%M:%S")
|
||||
if upload.scheduled_for
|
||||
else upload.created_at.strftime("%Y-%m-%d %H:%M:%S")
|
||||
),
|
||||
"upload_type": upload.upload_type,
|
||||
"template_type": upload.template_type,
|
||||
"recipient": upload.recipient,
|
||||
|
||||
Reference in New Issue
Block a user