Skip to content

Commit 47e4c26

Browse files
committed
minimize diff
1 parent 0c703eb commit 47e4c26

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
@@ -77,7 +77,7 @@ def _calculate_token_usage(result, span):
7777
def _get_responses(content):
7878
# type: (list[Any]) -> list[dict[str, Any]]
7979
"""
80-
Get Anthropic responses as JSON.
80+
Get JSON of a Anthropic responses.
8181
"""
8282
responses = []
8383
for item in content:

0 commit comments

Comments
 (0)