Skip to content

Commit 59d8c88

Browse files
committed
lint fix
1 parent 79bc380 commit 59d8c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def patch_on_success(self, span: Span, result: _BotoResultT, instrumentor_contex
236236
_SqsExtension.on_success = patch_on_success
237237

238238

239-
def _apply_botocore_bedrock_patch() -> None:
239+
def _apply_botocore_bedrock_patch() -> None: # pylint: disable=too-many-statements
240240
"""Botocore instrumentation patch for Bedrock, Bedrock Agent, and Bedrock Agent Runtime
241241
242242
This patch adds an extension to the upstream's list of known extension for Bedrock.

0 commit comments

Comments
 (0)