Merge "Removes unnecessary pass"

This commit is contained in:
Jenkins 2013-11-27 02:08:33 +00:00 committed by Gerrit Code Review
commit b99b25a6f1
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ class HTTPClient(object):
try:
body = json.loads(resp.text)
except ValueError:
pass
body = None
else:
body = None