From 9716c118c75cd1572c17fc3e29613b9263898d7c Mon Sep 17 00:00:00 2001 From: David Whittaker Date: Wed, 4 Oct 2023 18:02:38 -0700 Subject: [PATCH] Reformat --- src/dispatch/incident/views.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dispatch/incident/views.py b/src/dispatch/incident/views.py index 5f6fc62d2d16..d20d3bcdbb4f 100644 --- a/src/dispatch/incident/views.py +++ b/src/dispatch/incident/views.py @@ -371,9 +371,7 @@ def update_custom_event( } ) else: - event_in.details = ( - {"updated_by": current_user.email, "updated_on": str(datetime.utcnow())} - ) + event_in.details = {"updated_by": current_user.email, "updated_on": str(datetime.utcnow())} """Updates a custom event.""" background_tasks.add_task( event_flows.update_incident_event,