Closed
Description
mypy
is complaining that the decorators don't have types:
The package does have types, also on the decorators, but they are not exported because there is not py.typed
file. The easy fix is to add this file and release a new version of the package.
More information about py.typed
:
https://peps.python.org/pep-0561/
https://mypy.readthedocs.io/en/stable/installed_packages.html