Skip to content

Commit 1c5cc93

Browse files
move type:ignore
1 parent 6ebc29a commit 1c5cc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/threading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ def sentry_start(self, *a, **kw):
113113
return old_start(self, *a, **kw)
114114

115115
Thread.start = sentry_start # type: ignore
116-
ThreadPoolExecutor.submit = _wrap_threadpool_executor_submit(
116+
ThreadPoolExecutor.submit = _wrap_threadpool_executor_submit( # type: ignore
117117
ThreadPoolExecutor.submit, is_async_emulated_with_threads
118-
) # type: ignore
118+
)
119119

120120

121121
def _wrap_run(isolation_scope_to_use, current_scope_to_use, old_run_func):

0 commit comments

Comments
 (0)