From 13cf6512e7880baedb9854873f62633365a28939 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 19 Sep 2023 13:30:45 -0600 Subject: [PATCH] Formatting --- frigate/http.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frigate/http.py b/frigate/http.py index 4638174da..4354e205e 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -1673,9 +1673,7 @@ def export_delete(file_name: str): if not os.path.exists(file): return make_response( - jsonify( - {"success": False, "message": f"{file_name} not found."} - ), + jsonify({"success": False, "message": f"{file_name} not found."}), 404, )