We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62d1b7 commit b7189adCopy full SHA for b7189ad
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_instrumentation_patch.py
@@ -41,7 +41,7 @@ def apply_instrumentation_patches() -> None: # pylint: disable=too-many-branche
41
# pylint: disable=import-outside-toplevel
42
# Delay import to only occur if patches is safe to apply (e.g. the instrumented library is installed).
43
from amazon.opentelemetry.distro.patches._starlette_patches import (
44
- _apply_starlette_code_attributes_patch as _apply_starlette_code_attributes_patch,
+ _apply_starlette_code_attributes_patch,
45
)
46
47
_apply_starlette_code_attributes_patch()
0 commit comments