mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Lint: disable the unused-import check
This commit is contained in:
parent
0dc3c4ef1c
commit
a9dc04fb7f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ from tests.support.mock import (
|
|||
|
||||
# Import Third Party Libs
|
||||
try:
|
||||
from pyVmomi import vim, vmodl
|
||||
from pyVmomi import vim, vmodl # pylint: disable=unused-import
|
||||
HAS_PYVMOMI = True
|
||||
except ImportError:
|
||||
HAS_PYVMOMI = False
|
||||
|
|
Loading…
Add table
Reference in a new issue