8000 fix: Linting · etherscan-io/sentry-python@53b7805 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53b7805

Browse files
committed
fix: Linting
1 parent 7686e19 commit 53b7805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/integrations/tornado.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ async def sentry_execute_request_handler(self, *args, **kwargs):
6060
with hub.configure_scope() as scope:
6161
scope.add_event_processor(_make_event_processor(weak_handler))
6262
return await old_execute(self, *args, **kwargs)
63+
6364
else:
65+
6466
@coroutine
6567
def sentry_execute_request_handler(self, *args, **kwargs):
6668 3807
hub = Hub.current

0 commit comments

Comments
 (0)
0