Skip to content

Commit 2bc46ae

Browse files
committed
tornado
1 parent cc68635 commit 2bc46ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/tornado.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async def sentry_execute_request_handler(self, *args, **kwargs):
7979
else:
8080

8181
@coroutine # type: ignore
82-
def sentry_execute_request_handler(self, *args, **kwargs):
82+
def sentry_execute_request_handler(self, *args, **kwargs): # type: ignore
8383
# type: (RequestHandler, *Any, **Any) -> Any
8484
with _handle_request_impl(self):
8585
result = yield from old_execute(self, *args, **kwargs)

0 commit comments

Comments
 (0)