Skip to content

Commit b54b0fa

Browse files
committed
Merged the import for Health Appliance sample
1 parent 21f8abe commit b54b0fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

samples/vsphere/appliances/health_messages.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
__vcenter_version__ = '6.7+'
1818

1919
from datetime import datetime, date
20-
21-
from samples.vsphere.common import sample_cli
22-
from samples.vsphere.common import sample_util
23-
from samples.vsphere.common import vapiconnect
20+
from samples.vsphere.common import (sample_cli, sample_util, vapiconnect)
2421
from com.vmware.appliance_client import Health
2522
from com.vmware.vapi.std_client import LocalizableMessage
2623
from com.vmware.appliance_client import Notification

0 commit comments

Comments
 (0)