Skip to content

Commit f09137c

Browse files
authored
Update purefb_alert.py
Remove unnecessary line
1 parent 07d3466 commit f09137c

File tree

1 file changed

+0
-1
lines changed
  • collections/ansible_collections/purestorage/flashblade/plugins/modules

1 file changed

+0
-1
lines changed

collections/ansible_collections/purestorage/flashblade/plugins/modules/purefb_alert.py

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def update_alert(module, blade):
116116
changed = True
117117
if not module.check_mode:
118118
api_version = blade.api_version.list_versions().versions
119-
attr = {}
120119
mod_alert = False
121120
try:
122121
alert = blade.alert_watchers.list_alert_watchers(names=[module.params['address']])

0 commit comments

Comments
 (0)