Skip to content

Commit 05f3cd8

Browse files
committed
lint fix
1 parent 6036db8 commit 05f3cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def patched_instrumentation_dependencies(self) -> Collection[str]:
3636
# this Middleware instrumentation is injected internally by Starlette Instrumentor, see:
3737
# https://github.com/open-telemetry/opentelemetry-python-contrib/blob/51da0a766e5d3cbc746189e10c9573163198cfcd/instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py#L573
3838
#
39-
# Issue for tracking a feature to customize this setting within Starlette: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3725
39+
# Issue for tracking a feature to customize this setting within Starlette:
40+
# https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3725
4041
if is_agent_observability_enabled():
4142
original_init = OpenTelemetryMiddleware.__init__
4243

0 commit comments

Comments
 (0)