Skip to content

Commit 0e06f49

Browse files
remove return statement
1 parent 7837439 commit 0e06f49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ def _patched_iter(self: "Stream") -> "Iterator[RawMessageStreamEvent]":
134134
finish_span=True,
135135
)
136136

137-
return f(self)
138-
139137
return _patched_iter
140138

141139

0 commit comments

Comments
 (0)