summaryrefslogtreecommitdiff
path: root/rq/queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'rq/queue.py')
-rw-r--r--rq/queue.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rq/queue.py b/rq/queue.py
index 9815f7e..3f59a50 100644
--- a/rq/queue.py
+++ b/rq/queue.py
@@ -253,7 +253,6 @@ class Queue(object):
If Queue is instantiated with async=False, job is executed immediately.
"""
-
with self.connection._pipeline() as pipeline:
# Add Queue key set
self.connection.sadd(self.redis_queues_keys, self.key)