Skip to content

Commit f54ea99

Browse files
committed
oh...
1 parent 5a64f63 commit f54ea99

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
@@ -74,7 +74,7 @@ def _calculate_token_usage(result, span):
7474

7575

7676
def _get_responses(content):
77-
# type: (list[Any]) -> dict[str, Any]
77+
# type: (list[Any]) -> list[dict[str, Any]]
7878
"""Get JSON of a Anthropic responses."""
7979
responses = []
8080
for item in content:

0 commit comments

Comments
 (0)