Remove unused import (#48639)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-11-22 21:28:17 +05:30 committed by Tim Rupp
parent 685ea357f9
commit 69191b10c1
7 changed files with 3 additions and 12 deletions

View file

@ -169,7 +169,7 @@ disk_status:
import re
try:
from pyVmomi import vim, vmodl
from pyVmomi import vim
except ImportError:
pass