1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

fix code style

This commit is contained in:
checktheroads 2021-02-06 00:59:16 -07:00
parent 5e7e7c1226
commit f15fb4df28

View file

@ -2,6 +2,7 @@
# Local
from .frr import FRRCommands
from .bird import BIRDCommands
from .tnsr import TNSRCommands
from .vyos import VyosCommands
from ..main import HyperglassModelExtra
@ -15,7 +16,6 @@ from .cisco_nxos import CiscoNXOSCommands
from .nokia_sros import NokiaSROSCommands
from .mikrotik_routeros import MikrotikRouterOS
from .mikrotik_switchos import MikrotikSwitchOS
from .bird import BIRDCommands
_NOS_MAP = {
"arista": AristaCommands,