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

Less tox errors - not finished yet - last error

parent 0db05e46
No related branches found
No related tags found
1 merge request!8Feature/iptrunks prototype
......@@ -54,13 +54,13 @@ def initial_input_form_generator(product_name: str) -> FormGenerator:
iptrunk_speed: str # This should be an enum: 1/10/100/400
iptrunk_minimum_links: int
iptrunk_sideA_node_id: device_selector(choice_value="DeviceEnumA")
iptrunk_sideA_node_id: device_selector(choice_value='DeviceEnumA') # noqa: F821
iptrunk_sideA_ae_iface: str
iptrunk_sideA_ae_geant_a_sid: str
iptrunk_sideA_ae_members: list[str]
iptrunk_sideA_ae_members_descriptions: list[str]
iptrunk_sideB_node_id: device_selector(choice_value="DeviceEnumB")
iptrunk_sideB_node_id: device_selector(choice_value='DeviceEnumB' # noqa: F821
iptrunk_sideB_ae_iface: str
iptrunk_sideB_ae_geant_a_sid: str
iptrunk_sideB_ae_members: list[str]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment