From 1b39996bf773324b4f730a20a94a6e59703f91f7 Mon Sep 17 00:00:00 2001 From: zhangliyong Date: Fri, 12 Sep 2014 14:28:14 +0700 Subject: [PATCH] Make pep8 --- rq/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rq/cli/cli.py b/rq/cli/cli.py index bcc06ad..8cbaded 100755 --- a/rq/cli/cli.py +++ b/rq/cli/cli.py @@ -135,7 +135,7 @@ def info(url, path, interval, raw, only_queues, only_workers, by_queue, queues): @click.option('--pid', help='Write the process ID number to a file at the specified path') @click.argument('queues', nargs=-1) def worker(url, config, burst, name, worker_class, job_class, queue_class, path, results_ttl, worker_ttl, - verbose, quiet, sentry_dsn, pid, queues): + verbose, quiet, sentry_dsn, pid, queues): """Starts an RQ worker.""" if path: