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

Trying to make every linter happy... hard job

parent 6f206d25
No related branches found
No related tags found
No related merge requests found
Pipeline #84056 failed
...@@ -260,7 +260,8 @@ def confirm_continue_move_fiber() -> FormGenerator: ...@@ -260,7 +260,8 @@ 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,7 +288,7 @@ def confirm_continue_move_fiber() -> FormGenerator: ...@@ -287,7 +288,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 """ # 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