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)
|
response = json.loads(response.text)
|
||||||
except Exception:
|
except Exception:
|
||||||
response = {'text': response.text}
|
response = {'text': response.text}
|
||||||
pass
|
|
||||||
|
|
||||||
return response
|
return response
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue