Skip to content

Commit 19b24ef

Browse files
remove unused type ignore
1 parent 3a90ad6 commit 19b24ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def _transform_system_instructions(
192192
return [
193193
{
194194
"type": "text",
195-
"content": instruction["text"], # type: ignore
195+
"content": instruction["text"],
196196
}
197197
for instruction in system_instructions
198198
if isinstance(instruction, dict) and "text" in instruction

0 commit comments

Comments
 (0)