mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Fix unused imports
This commit is contained in:
parent
2958225377
commit
483c2b298f
2 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ error message.
|
|||
"""
|
||||
# Standard Library Imports
|
||||
import re
|
||||
import inspect
|
||||
import ipaddress
|
||||
|
||||
# Third Party Imports
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue