Skip to content

Commit

Permalink
fix merge screw up
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Nov 19, 2024
1 parent f15d596 commit 61a5c5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sentry_sdk/integrations/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,11 @@ def __init__(
response, # type: Iterator[bytes]
current_scope, # type: sentry_sdk.scope.Scope
isolation_scope, # type: sentry_sdk.scope.Scope
transaction, # type: Optional[sentry_sdk.tracing.Transaction]
):
# type: (...) -> None
self._response = response
self._current_scope = current_scope
self._isolation_scope = isolation_scope
self._transaction = transaction

def __iter__(self):
# type: () -> Iterator[bytes]
Expand Down

0 comments on commit 61a5c5d

Please sign in to comment.