mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Fix unused imports
This commit is contained in:
@@ -25,12 +25,12 @@ from netmiko import (
|
|||||||
from hyperglass.constants import code, Supported
|
from hyperglass.constants import code, Supported
|
||||||
from hyperglass.command.construct import Construct
|
from hyperglass.command.construct import Construct
|
||||||
from hyperglass.command.validate import Validate
|
from hyperglass.command.validate import Validate
|
||||||
from hyperglass.configuration import (
|
from hyperglass.configuration import ( # pylint: disable=unused-import
|
||||||
params,
|
params,
|
||||||
devices,
|
devices,
|
||||||
credentials,
|
credentials,
|
||||||
proxies,
|
proxies,
|
||||||
logzero_config, # pylint: disable=unused-import
|
logzero_config,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -5,7 +5,6 @@ error message.
|
|||||||
"""
|
"""
|
||||||
# Standard Library Imports
|
# Standard Library Imports
|
||||||
import re
|
import re
|
||||||
import inspect
|
|
||||||
import ipaddress
|
import ipaddress
|
||||||
|
|
||||||
# Third Party Imports
|
# Third Party Imports
|
||||||
|
Reference in New Issue
Block a user