mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Remove extarneous json.loads() which was moved to the utility. (#41731)
This commit is contained in:
@@ -111,7 +111,7 @@ def delete_template(meraki, org_id, name, data):
|
||||
path = meraki.construct_path('delete', org_id=org_id)
|
||||
path = path + '/' + template_id
|
||||
response = meraki.request(path, 'DELETE')
|
||||
return json.loads(response)
|
||||
return response
|
||||
|
||||
|
||||
def bind(meraki, org_name, net_name, name, data):
|
||||
|
||||
Reference in New Issue
Block a user