From 83d2f93a8c4c69d4515ebc4c70e8133168efa02e Mon Sep 17 00:00:00 2001
From: Simone Spinelli <simone.spinelli@geant.org>
Date: Tue, 19 Sep 2023 10:56:38 +0000
Subject: [PATCH] Trying to make every linter happy... hard job

---
 gso/workflows/iptrunk/migrate_iptrunk.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gso/workflows/iptrunk/migrate_iptrunk.py b/gso/workflows/iptrunk/migrate_iptrunk.py
index 17e833c0b..860a99f99 100644
--- a/gso/workflows/iptrunk/migrate_iptrunk.py
+++ b/gso/workflows/iptrunk/migrate_iptrunk.py
@@ -260,7 +260,8 @@ def confirm_continue_move_fiber() -> FormGenerator:
 
     return {}
 
-'''
+
+"""
 # I will leave it like this until we actually do it.
 # @step("Run interface checks")
 # def run_interface_checks(
@@ -287,7 +288,7 @@ def confirm_continue_move_fiber() -> FormGenerator:
 #        "subscription": subscription,
 #        "label_text": "Running checks on the new trunk interface, please refresh to get the results of the playbook.",
 #    }
-''' # noqa
+"""  # noqa
 
 
 @step("Deploy ISIS configuration on new router")
-- 
GitLab