Remove useless statement
Change-Id: Ide74b417ede6a4976c33fc835d366ed472033fd0
This commit is contained in:
@@ -434,7 +434,6 @@ def get_account(url, token, marker=None, limit=None, prefix=None,
|
||||
http_status=resp.status, http_reason=resp.reason,
|
||||
http_response_content=body)
|
||||
if resp.status == 204:
|
||||
body
|
||||
return resp_headers, []
|
||||
return resp_headers, json_loads(body)
|
||||
|
||||
|
Reference in New Issue
Block a user