mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
af51e16f23
commit
8cb33d3dec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue