summaryrefslogtreecommitdiff
path: root/kazoo/recipe/lock.py
diff options
context:
space:
mode:
Diffstat (limited to 'kazoo/recipe/lock.py')
-rw-r--r--kazoo/recipe/lock.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kazoo/recipe/lock.py b/kazoo/recipe/lock.py
index 59c6d8f..8a49039 100644
--- a/kazoo/recipe/lock.py
+++ b/kazoo/recipe/lock.py
@@ -209,7 +209,6 @@ class Lock(object):
return True
def _inner_acquire(self, blocking, timeout, ephemeral=True):
-
# wait until it's our chance to get it..
if self.is_acquired:
if not blocking: