Skip to content

Commit 8d0fa96

Browse files
Fix typing
1 parent 9002da6 commit 8d0fa96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/concurrent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, record_exceptions_on_futures=True):
2424
@staticmethod
2525
def setup_once():
2626
# type: () -> None
27-
ThreadPoolExecutor.submit = _wrap_submit_call(ThreadPoolExecutor.submit)
27+
ThreadPoolExecutor.submit = _wrap_submit_call(ThreadPoolExecutor.submit) # type: ignore
2828

2929

3030
def _wrap_submit_call(func):

0 commit comments

Comments
 (0)