From 52f184f05bb9d24a354fcb20c3fb5d79e4c4f97e Mon Sep 17 00:00:00 2001
From: Simone Spinelli <simone.spinelli@geant.org>
Date: Mon, 8 Jan 2024 12:16:42 +0100
Subject: [PATCH] Make linter happy

---
 gso/utils/workflow_steps.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py
index b0e2ad52..fe9f4c2f 100644
--- a/gso/utils/workflow_steps.py
+++ b/gso/utils/workflow_steps.py
@@ -94,13 +94,13 @@ def run_checks_after_base_config(
     subscription: dict[str, Any],
     callback_route: str
 ) -> None:
-    """Workflow step for running show commands after installing base config"""
+    """Workflow step for running show commands after installing base config."""
     execute_playbook(
         playbook_name="base_config_checks.yaml",
         callback_route=callback_route,
-        inventory = subscription["router"]["router_fqdn"]
+        inventory=subscription["router"]["router_fqdn"]
     )
 
     return {
         "subscription": subscription,
-    }
\ No newline at end of file
+    }
-- 
GitLab