Skip to content

Commit b887a38

Browse files
committed
chore: stylefixes
1 parent 35d7c2d commit b887a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/flask.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def _capture_exception(sender, exception, **kwargs):
4444

4545

4646
def _make_event_processor():
47-
request = getattr(_request_ctx_stack.top, 'request', None)
48-
app = getattr(_app_ctx_stack.top, 'app', None)
47+
request = getattr(_request_ctx_stack.top, "request", None)
48+
app = getattr(_app_ctx_stack.top, "app", None)
4949

5050
def event_processor(event):
5151
if request:

0 commit comments

Comments
 (0)