mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
reformat up to latest version of black
This commit is contained in:
@@ -59,7 +59,9 @@ def get_last_used_datetime_for_template(service_id, template_id):
|
||||
)
|
||||
|
||||
return jsonify(
|
||||
last_date_used=last_date_used.strftime(DATETIME_FORMAT)
|
||||
if last_date_used
|
||||
else last_date_used
|
||||
last_date_used=(
|
||||
last_date_used.strftime(DATETIME_FORMAT)
|
||||
if last_date_used
|
||||
else last_date_used
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user