celery-types
celery-types copied to clipboard
Imports from celery.contrib could not be resolved
When importing stuff from celery.contrib (e.g. abortable.AbortableTask) pyright tells me it could not be resolved. It seems to be missing in the stubs.
Ah yeah that's missing
When creating this project I basically only wrote types for the parts I needed -- probably should have used stub-gen https://mypy.readthedocs.io/en/stable/stubgen.html
Is there any way to get this added? Seems like alternative https://github.com/ryanwang520/celery-stubs includes contrib properly. However I would prefer this repository.