diff --git a/gso/workflows/iptrunk/migrate_iptrunk.py b/gso/workflows/iptrunk/migrate_iptrunk.py
index 17e833c0bbf8f6fa608b0203e99748f0af43ab83..860a99f99ea7b9676a8c90fdf5d8d1779c54c9fc 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")