mirror of https://github.com/rq/rq.git
Fix PEP8 complaint.
This commit is contained in:
parent
6c6e53542f
commit
cd155299a4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue