diff --git a/riakcached/pools.py b/riakcached/pools.py index 83827af..fd21b27 100644 --- a/riakcached/pools.py +++ b/riakcached/pools.py @@ -65,4 +65,3 @@ class Urllib3Pool(Pool): raise exceptions.RiakcachedTimeout(e.message) except urllib3.exceptions.HTTPError, e: raise exceptions.RiakcachedConnectionError(e.message) - return None, None, None