mirror of https://github.com/peter4431/rq.git
Add __all__ to please mypy (#1928)
* 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. * Lintmain
parent
c6b0409fca
commit
2faba2cea9
Loading…
Reference in New Issue