1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

Fix unused imports

This commit is contained in:
Matt Love
2019-07-08 00:25:59 -07:00
parent 2958225377
commit 483c2b298f
2 changed files with 2 additions and 3 deletions

View File

@@ -25,12 +25,12 @@ from netmiko import (
from hyperglass.constants import code, Supported
from hyperglass.command.construct import Construct
from hyperglass.command.validate import Validate
from hyperglass.configuration import (
from hyperglass.configuration import ( # pylint: disable=unused-import
params,
devices,
credentials,
proxies,
logzero_config, # pylint: disable=unused-import
logzero_config,
)