Skip to content

Commit 10bf7c9

Browse files
committed
ruff
1 parent 982d471 commit 10bf7c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sentry_sdk/integrations/asgi.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,10 @@ async def _sentry_wrapped_send(
375375
)
376376
with capture_internal_exceptions():
377377
if not already_set:
378-
name, source = self._get_segment_name_and_source(
379-
self.transaction_style, scope
378+
name, source = (
379+
self._get_segment_name_and_source(
380+
self.transaction_style, scope
381+
)
380382
)
381383
span.name = name
382384
span.set_attribute("sentry.span.source", source)

0 commit comments

Comments
 (0)