Browse Source

remove usless return

master
Brett Langdon 12 years ago
parent
commit
f89d258f2a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      riakcached/pools.py

+ 0
- 1
riakcached/pools.py View File

@ -65,4 +65,3 @@ class Urllib3Pool(Pool):
raise exceptions.RiakcachedTimeout(e.message) raise exceptions.RiakcachedTimeout(e.message)
except urllib3.exceptions.HTTPError, e: except urllib3.exceptions.HTTPError, e:
raise exceptions.RiakcachedConnectionError(e.message) raise exceptions.RiakcachedConnectionError(e.message)
return None, None, None

Loading…
Cancel
Save