Skip to content

Commit 5c03b6e

Browse files
remove unused type ignore
1 parent 7091e62 commit 5c03b6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def _set_embeddings_input_data(
438438
kwargs["input"] = messages
439439

440440
if len(messages) > 0:
441-
normalized_messages = normalize_message_roles(messages) # type: ignore
441+
normalized_messages = normalize_message_roles(messages)
442442
scope = sentry_sdk.get_current_scope()
443443
messages_data = truncate_and_annotate_embedding_inputs(
444444
normalized_messages, span, scope

0 commit comments

Comments
 (0)