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 4c09f32 commit f9bb367Copy full SHA for f9bb367
sentry_sdk/integrations/tornado.py
@@ -73,7 +73,7 @@ async def sentry_execute_request_handler(self, *args, **kwargs):
73
else:
74
75
@coroutine # type: ignore
76
- def sentry_execute_request_handler(self, *args, **kwargs):
+ def sentry_execute_request_handler(self, *args, **kwargs): # type: ignore
77
# type: (RequestHandler, *Any, **Any) -> Any
78
with _handle_request_impl(self):
79
result = yield from old_execute(self, *args, **kwargs)
0 commit comments