diff --git a/sentry_sdk/integrations/celery.py b/sentry_sdk/integrations/celery.py index 59ad6c980c..35e19fa7e9 100644 --- a/sentry_sdk/integrations/celery.py +++ b/sentry_sdk/integrations/celery.py @@ -24,6 +24,7 @@ class CeleryIntegration(Integration): identifier = "celery" def __init__(self, propagate_traces=True): + # type: (bool) -> None self.propagate_traces = propagate_traces @staticmethod