Skip to content

Commit c959dd5

Browse files
committed
lint fix
1 parent 793eff8 commit c959dd5

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
@@ -354,7 +354,7 @@ def patch_on_success(self, span: Span, result: _BotoResultT, instrumentor_contex
354354

355355

356356
def _apply_botocore_api_call_patch() -> None:
357-
# pylint: disable=too-many-locals
357+
# pylint: disable=too-many-locals,too-many-statements
358358
def patched_api_call(self, original_func, instance, args, kwargs):
359359
"""Botocore instrumentation patch to capture AWS authentication details
360360

0 commit comments

Comments
 (0)