From fef7a35c38418bfd08c708352da788360fc42df2 Mon Sep 17 00:00:00 2001
From: Simone Spinelli <simone.spinelli@geant.org>
Date: Mon, 8 Jan 2024 12:38:43 +0100
Subject: [PATCH] I just want to die

---
 gso/utils/workflow_steps.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py
index 2a23a3b8..401feca3 100644
--- a/gso/utils/workflow_steps.py
+++ b/gso/utils/workflow_steps.py
@@ -93,7 +93,6 @@ def set_isis_to_90000(subscription: Iptrunk, process_id: UUIDstr, callback_route
 @step("[CHECK] Run show commands after base config install")
 def run_checks_after_base_config(subscription: dict[str, Any], callback_route: str) -> None:
     """Workflow step for running show commands after installing base config."""
-
     execute_playbook(
         playbook_name="base_config_checks.yaml",
         callback_route=callback_route,
-- 
GitLab