mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 19:21:31 -07:00
Remove unnecessary pass (#56992)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
fcfc122205
commit
c6ba5eb8a0
1 changed files with 0 additions and 1 deletions
|
@ -663,7 +663,6 @@ class AzureRMAzureFirewalls(AzureRMModuleBaseExt):
|
|||
response = json.loads(response.text)
|
||||
except Exception:
|
||||
response = {'text': response.text}
|
||||
pass
|
||||
|
||||
return response
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue