File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
samples/vsphere/appliances Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 17
17
__vcenter_version__ = '6.7+'
18
18
19
19
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 )
24
21
from com .vmware .appliance_client import Health
25
22
from com .vmware .vapi .std_client import LocalizableMessage
26
23
from com .vmware .appliance_client import Notification
@@ -64,8 +61,6 @@ def setup(self):
64
61
65
62
def run (self ):
66
63
message_list = self .health_client .messages (self .item )
67
- message = Notification ()
68
- msg = LocalizableMessage ()
69
64
print (" Health Alarams" )
70
65
print ("-------------------\n " )
71
66
if not message_list :
You can’t perform that action at this time.
0 commit comments