mirror of https://github.com/rq/rq.git
Make pep8
This commit is contained in:
parent
94e494e645
commit
1b39996bf7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue