Lint: disable the unused-import check

This commit is contained in:
Nicole Thomas 2017-10-05 08:51:16 -04:00 committed by GitHub
parent 0dc3c4ef1c
commit a9dc04fb7f

View File

@ -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