VMware: remove unused imports (#43804)

Idea taken from https://github.com/ansible/ansible/pull/43402

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-08-09 10:34:55 +05:30 committed by GitHub
commit e364d717cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 15 additions and 58 deletions

View file

@ -221,7 +221,6 @@ instance:
import time
try:
import pyVmomi
from pyVmomi import vim
except ImportError:
pass