Skip to content

Commit 61a5c5d

Browse files
committed
fix merge screw up
1 parent f15d596 commit 61a5c5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/integrations/wsgi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,11 @@ def __init__(
245245
response, # type: Iterator[bytes]
246246
current_scope, # type: sentry_sdk.scope.Scope
247247
isolation_scope, # type: sentry_sdk.scope.Scope
248-
transaction, # type: Optional[sentry_sdk.tracing.Transaction]
249248
):
250249
# type: (...) -> None
251250
self._response = response
252251
self._current_scope = current_scope
253252
self._isolation_scope = isolation_scope
254-
self._transaction = transaction
255253

256254
def __iter__(self):
257255
# type: () -> Iterator[bytes]

0 commit comments

Comments
 (0)