Skip to content

Commit 6dc5ac7

Browse files
committed
linting fix
1 parent 1aa4a90 commit 6dc5ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_bedrock_patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def on_success(self, span: Span, result: Dict[str, Any]):
338338

339339
if not model_id:
340340
return
341-
341+
342342
if "body" in result and isinstance(result["body"], StreamingBody):
343343
original_body = None
344344
try:

0 commit comments

Comments
 (0)