From f89d258f2a1709b4de2171d1c8c3bfbd20b15806 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Thu, 12 Sep 2013 17:41:29 -0400 Subject: [PATCH] remove usless return --- riakcached/pools.py | 1 - 1 file changed, 1 deletion(-) 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