mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 06:41:04 +00:00
Remove unnecessary pass (#56992)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Zim Kalinowski
parent
fcfc122205
commit
c6ba5eb8a0
@@ -663,7 +663,6 @@ class AzureRMAzureFirewalls(AzureRMModuleBaseExt):
|
||||
response = json.loads(response.text)
|
||||
except Exception:
|
||||
response = {'text': response.text}
|
||||
pass
|
||||
|
||||
return response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user