summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2019-05-28 10:13:22 +0530
committerZim Kalinowski <zikalino@microsoft.com>2019-05-28 12:43:22 +0800
commitc6ba5eb8a008efade90111c957c184700f71470f (patch)
treeb80eededbfffb150847898f2b8951d29ea015dc6 /lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
parentfcfc122205cf85ba378154aad986b95e0d8ebfe8 (diff)
downloadansible-c6ba5eb8a008efade90111c957c184700f71470f.tar.gz
Remove unnecessary pass (#56992)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py')
-rw-r--r--lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py b/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
index 4a72af53a7..225b7d04ab 100644
--- a/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
+++ b/lib/ansible/modules/cloud/azure/azure_rm_azurefirewall.py
@@ -663,7 +663,6 @@ class AzureRMAzureFirewalls(AzureRMModuleBaseExt):
response = json.loads(response.text)
except Exception:
response = {'text': response.text}
- pass
return response