summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Boucher <fabien.boucher@enovance.com>2014-02-19 14:09:50 +0100
committerFabien Boucher <fabien.boucher@enovance.com>2014-02-19 14:09:50 +0100
commitb5b440d9b6f607ebc59d4f01619f0146d6f0a2ed (patch)
tree853d11bab95d4ece30b4977098d370a292b591f7
parent79f189a59352ee5b11a584924f5066b511b482b0 (diff)
downloadpython-swiftclient-b5b440d9b6f607ebc59d4f01619f0146d6f0a2ed.tar.gz
Remove useless statement
Change-Id: Ide74b417ede6a4976c33fc835d366ed472033fd0
-rw-r--r--swiftclient/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/swiftclient/client.py b/swiftclient/client.py
index 73baa3b..a301bd5 100644
--- a/swiftclient/client.py
+++ b/swiftclient/client.py
@@ -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)