Quiet the linter

We need this import to determine whether we have the needed modules to
run the test, even though it is not invoked directly.
This commit is contained in:
Erik Johnson 2018-05-31 15:27:09 -05:00
parent af51e16f23
commit 8cb33d3dec
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -21,7 +21,7 @@ try:
from jnpr.junos.utils.sw import SW
from jnpr.junos.device import Device
from jnpr.junos.device import Device
import jxmlease
import jxmlease # pylint: disable=unused-import
HAS_JUNOS = True
except ImportError:
HAS_JUNOS = False