External type annotations for the backoff library
This repository contains external type annotations (see PEP 484 <https://www.python.org/dev/peps/pep-0484/>
) for the backoff <https://github.com/litl/backoff>
library.
To use these stubs with mypy, you have to install the backoff-stubs package.
.. code-block:: bash
pip install backoff-stubs