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
Branches
Tags
No related merge requests found
Pipeline #86225 passed
......@@ -15,9 +15,7 @@ from gso.utils.shared_enums import PortNumber, Vendor
class SwitchModel(strEnum):
"""Enumerator for the different types of switches."""
EX3400_24 = "EX3400 24"
EX3400_32 = "EX3400 32"
EX3400_48 = "EX3400 48"
EX3400 = "EX3400"
class SwitchBlockInactive(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment