mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix code style
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user