forked from mirrors/thatmattlove-hyperglass
fix code style
This commit is contained in:
parent
5e7e7c1226
commit
f15fb4df28
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue