1
0
Fork 1
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:
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,
)

View file

@ -5,7 +5,6 @@ error message.
"""
# Standard Library Imports
import re
import inspect
import ipaddress
# Third Party Imports