You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/bedrock_utils.py
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -530,8 +530,6 @@ def from_converse(
530
530
) ->_Choice:
531
531
# be defensive about malformed responses, refer to #3958 for more context
532
532
output=response.get("output", {})
533
-
# be defensive about malformed responses
534
-
# refer to https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3958 for more context
0 commit comments