Skip to content
Snippets Groups Projects
Commit 2134aeed authored by Neda Moeini's avatar Neda Moeini
Browse files

Fixed the switch model's enum.

parent 2030e75e
No related branches found
No related tags found
No related merge requests found
Pipeline #86225 passed
This commit is part of merge request !186. Comments created here will be created in the context of that merge request.
...@@ -15,9 +15,7 @@ from gso.utils.shared_enums import PortNumber, Vendor ...@@ -15,9 +15,7 @@ from gso.utils.shared_enums import PortNumber, Vendor
class SwitchModel(strEnum): class SwitchModel(strEnum):
"""Enumerator for the different types of switches.""" """Enumerator for the different types of switches."""
EX3400_24 = "EX3400 24" EX3400 = "EX3400"
EX3400_32 = "EX3400 32"
EX3400_48 = "EX3400 48"
class SwitchBlockInactive( class SwitchBlockInactive(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment