Skip to content

Commit

Permalink
celery: add logger @ celery.worker.strategy (#154)
Browse files Browse the repository at this point in the history
xref to this useful answer: celery/celery#8353 (comment)
  • Loading branch information
FelipeLema authored Feb 16, 2024
1 parent 93b3c40 commit d48323a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions celery-stubs/worker/strategy.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import logging

logger: logging.Logger

0 comments on commit d48323a

Please sign in to comment.