Skip to content

Commit 6036db8

Browse files
committed
linting fix
1 parent 1e35cc6 commit 6036db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def patched_instrumentation_dependencies(self) -> Collection[str]:
3131
# Apply the patch
3232
StarletteInstrumentor.instrumentation_dependencies = patched_instrumentation_dependencies
3333

34+
# pylint: disable=line-too-long
3435
# Patch to exclude http receive/send ASGI event spans from Bedrock AgentCore,
3536
# this Middleware instrumentation is injected internally by Starlette Instrumentor, see:
3637
# https://github.com/open-telemetry/opentelemetry-python-contrib/blob/51da0a766e5d3cbc746189e10c9573163198cfcd/instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py#L573

0 commit comments

Comments
 (0)