Skip to content

Commit 2f8cecc

Browse files
author
Jeel Mehta
committed
Applying formatting
1 parent 63cc648 commit 2f8cecc

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
@@ -345,7 +345,7 @@ def on_success(self, span: Span, result: Dict[str, Any]):
345345

346346
except json.JSONDecodeError:
347347
print("Error: Unable to parse the response body as JSON")
348-
except Exception as e: # pylint: disable=broad-exception-caught, invalid-name
348+
except Exception as e: # pylint: disable=broad-exception-caught, invalid-name
349349
print(f"Error processing response: {str(e)}")
350350
finally:
351351
# Make sure to close the stream

0 commit comments

Comments
 (0)