mirror of https://github.com/rq/rq.git
Updated the docstring of registry.get_job_ids()
This commit is contained in:
parent
ba5c338441
commit
b1620da009
|
@ -159,7 +159,7 @@ class BaseRegistry:
|
||||||
Args:
|
Args:
|
||||||
start (int, optional): _description_. Defaults to 0.
|
start (int, optional): _description_. Defaults to 0.
|
||||||
end (int, optional): _description_. Defaults to -1.
|
end (int, optional): _description_. Defaults to -1.
|
||||||
end (bool, optional): _description_. Defaults to False.
|
desc (bool, optional): _description_. Defaults to False.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
_type_: _description_
|
_type_: _description_
|
||||||
|
|
Loading…
Reference in New Issue