Skip to content

Commit

Permalink
Add typings for CeleryIntegration.__init__ (getsentry#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
rik authored and untitaker committed Jul 1, 2019
1 parent b72292c commit 0f9f725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry_sdk/integrations/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class CeleryIntegration(Integration):
identifier = "celery"

def __init__(self, propagate_traces=True):
# type: (bool) -> None
self.propagate_traces = propagate_traces

@staticmethod
Expand Down

0 comments on commit 0f9f725

Please sign in to comment.