We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9002da6 commit 8d0fa96Copy full SHA for 8d0fa96
sentry_sdk/integrations/concurrent.py
@@ -24,7 +24,7 @@ def __init__(self, record_exceptions_on_futures=True):
24
@staticmethod
25
def setup_once():
26
# type: () -> None
27
- ThreadPoolExecutor.submit = _wrap_submit_call(ThreadPoolExecutor.submit)
+ ThreadPoolExecutor.submit = _wrap_submit_call(ThreadPoolExecutor.submit) # type: ignore
28
29
30
def _wrap_submit_call(func):
0 commit comments