Skip to content

Commit 85e1791

Browse files
.
1 parent edf0a4f commit 85e1791

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ async def new_iterator_async() -> "AsyncIterator[ChatCompletionChunk]":
658658
count_tokens_manually = True
659659
async for x in old_iterator:
660660
with capture_internal_exceptions():
661-
# OpenAI chat completion API
662661
if hasattr(x, "choices"):
663662
choice_index = 0
664663
for choice in x.choices:

0 commit comments

Comments
 (0)