Skip to content

Commit 2282609

Browse files
author
sentry-bot
committed
fix: Formatting
1 parent 9afd434 commit 2282609

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sentry_sdk/integrations/django/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,9 @@ def _before_get_response(request):
343343
getattr(fn, "view_class", fn)
344344
)
345345
elif integration.transaction_style == "url":
346-
scope.transaction = LEGACY_RESOLVER.resolve(request.path_info, integration.url_conf)
346+
scope.transaction = LEGACY_RESOLVER.resolve(
347+
request.path_info, integration.url_conf
348+
)
347349
except Exception:
348350
pass
349351

0 commit comments

Comments
 (0)