From cd155299a45f2e419d1609eb68a893d19d993089 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 9 Mar 2015 09:33:18 +0100 Subject: [PATCH] Fix PEP8 complaint. --- rq/cli/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rq/cli/helpers.py b/rq/cli/helpers.py index 621ba8b..7bfc0cf 100644 --- a/rq/cli/helpers.py +++ b/rq/cli/helpers.py @@ -134,7 +134,7 @@ def show_workers(queues, raw, by_queue): else: qs = Queue.all() ws = Worker.all() - filter_queues = lambda x: x + filter_queues = (lambda x: x) if not by_queue: for w in ws: