mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Lint: disable the unused-import check
This commit is contained in:
parent
0dc3c4ef1c
commit
a9dc04fb7f
@ -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…
Reference in New Issue
Block a user