Skip to content
Snippets Groups Projects
Commit 6f206d25 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Vale is complaining about my commented code... :-(

parent 6a24a1f4
Branches
Tags
No related merge requests found
Pipeline #84055 failed
...@@ -260,7 +260,7 @@ def confirm_continue_move_fiber() -> FormGenerator: ...@@ -260,7 +260,7 @@ def confirm_continue_move_fiber() -> FormGenerator:
return {} return {}
'''
# I will leave it like this until we actually do it. # I will leave it like this until we actually do it.
# @step("Run interface checks") # @step("Run interface checks")
# def run_interface_checks( # def run_interface_checks(
...@@ -287,6 +287,7 @@ def confirm_continue_move_fiber() -> FormGenerator: ...@@ -287,6 +287,7 @@ def confirm_continue_move_fiber() -> FormGenerator:
# "subscription": subscription, # "subscription": subscription,
# "label_text": "Running checks on the new trunk interface, please refresh to get the results of the playbook.", # "label_text": "Running checks on the new trunk interface, please refresh to get the results of the playbook.",
# } # }
''' # noqa
@step("Deploy ISIS configuration on new router") @step("Deploy ISIS configuration on new router")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment