From 139b0dfac3fc6f02266c8d7566005b857f21d203 Mon Sep 17 00:00:00 2001 From: Kirill Chernakov Date: Tue, 5 Nov 2024 17:52:11 +0400 Subject: [PATCH] Revert "chore: add empty line to trigger cloud build" This reverts commit 50a3610054bc3c5e952cb8121e7e08773e79d921. --- keep/api/routes/incidents.py | 1 - 1 file changed, 1 deletion(-) diff --git a/keep/api/routes/incidents.py b/keep/api/routes/incidents.py index e0336af70..0622f8ced 100644 --- a/keep/api/routes/incidents.py +++ b/keep/api/routes/incidents.py @@ -708,4 +708,3 @@ def confirm_incident( new_incident_dto = IncidentDto.from_db_incident(incident) return new_incident_dto -