mirror of https://github.com/peter4431/rq.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2faba2cea9
* Add __all__ to please mypy mypy complains with "implicit reexport disabled" when importing directly from the main `rq` package, eg. from rq import Worker Without adding an `__all__` to `__init__.py`, mypy would expect it this way: from rq.worker import Worker This PR does add the `__all__` to `__init__.py` to please mypy. * Lint |
2 years ago | |
---|---|---|
.. | ||
cli | 2 years ago | |
contrib | 2 years ago | |
__init__.py | 2 years ago | |
command.py | 2 years ago | |
connections.py | 2 years ago | |
decorators.py | 2 years ago | |
defaults.py | 2 years ago | |
dependency.py | 2 years ago | |
exceptions.py | 2 years ago | |
job.py | 2 years ago | |
local.py | 2 years ago | |
logutils.py | 2 years ago | |
maintenance.py | 2 years ago | |
py.typed | 2 years ago | |
queue.py | 2 years ago | |
registry.py | 2 years ago | |
results.py | 2 years ago | |
scheduler.py | 2 years ago | |
serializers.py | 2 years ago | |
suspension.py | 2 years ago | |
timeouts.py | 2 years ago | |
types.py | 2 years ago | |
utils.py | 2 years ago | |
version.py | 2 years ago | |
worker.py | 2 years ago | |
worker_pool.py | 2 years ago | |
worker_registration.py | 2 years ago |