summaryrefslogtreecommitdiff
path: root/pymemcache/client/retrying.py
diff options
context:
space:
mode:
Diffstat (limited to 'pymemcache/client/retrying.py')
-rw-r--r--pymemcache/client/retrying.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pymemcache/client/retrying.py b/pymemcache/client/retrying.py
index 22d7898..a331203 100644
--- a/pymemcache/client/retrying.py
+++ b/pymemcache/client/retrying.py
@@ -153,7 +153,6 @@ class RetryingClient(object):
# strictly defined for ourselves and pass it on to whatever client we've
# been given.
def __getattr__(self, name):
-
return lambda *args, **kwargs: self._retry(
name, self._client.__getattribute__(name), *args, **kwargs
)