Skip to content

Commit aaceee8

Browse files
rename variable
1 parent 64546a9 commit aaceee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/ai/_openai_completions_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _transform_system_instructions(
5959
continue
6060

6161
text_parts: "list[TextPart]" = [
62-
{"type": "text", "content": content} for content in _get_text_items(content)
62+
{"type": "text", "content": text} for text in _get_text_items(content)
6363
]
6464
instruction_text_parts += text_parts
6565

0 commit comments

Comments
 (0)