Skip to content

Commit 0f9f725

Browse files
rikuntitaker
authored andcommitted
Add typings for CeleryIntegration.__init__ (getsentry#406)
1 parent b72292c commit 0f9f725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/celery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class CeleryIntegration(Integration):
2424
identifier = "celery"
2525

2626
def __init__(self, propagate_traces=True):
27+
# type: (bool) -> None
2728
self.propagate_traces = propagate_traces
2829

2930
@staticmethod

0 commit comments

Comments
 (0)