[aws] lambda_policy: Remove spurious definition of `policy` variable (#41693)

pull/41743/head
Ryan Brown 7 years ago committed by Sloane Hertel
parent fd8cc775a7
commit 1118e441e9

@ -261,8 +261,6 @@ def get_policy_statement(module, client):
:param client:
:return:
"""
policy = dict()
sid = module.params['statement_id']
# set API parameters

Loading…
Cancel
Save