sbdchd / celery-types

:seedling: Type stubs for Celery and its related packages
Apache License 2.0
81 stars 39 forks source link

Add typings for celery.utils.log #143

Closed OmerFI closed 11 months ago

OmerFI commented 11 months ago

Celery has two variables called task_logger and worker_logger, obtained from calling get_logger, you can view the code from here: https://github.com/celery/celery/blob/ae54d4100f976bf4ed4d12544d8acf80803d9cf3/celery/utils/log.py#L105-L106