diff --git a/hyperglass/command/execute.py b/hyperglass/command/execute.py index d98bd9c..5be7107 100644 --- a/hyperglass/command/execute.py +++ b/hyperglass/command/execute.py @@ -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, ) diff --git a/hyperglass/command/validate.py b/hyperglass/command/validate.py index 2f77b30..5b2b4b0 100644 --- a/hyperglass/command/validate.py +++ b/hyperglass/command/validate.py @@ -5,7 +5,6 @@ error message. """ # Standard Library Imports import re -import inspect import ipaddress # Third Party Imports