Skip to content

Commit b7189ad

Browse files
committed
fix pylint
1 parent b62d1b7 commit b7189ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def apply_instrumentation_patches() -> None: # pylint: disable=too-many-branche
4141
# pylint: disable=import-outside-toplevel
4242
# Delay import to only occur if patches is safe to apply (e.g. the instrumented library is installed).
4343
from amazon.opentelemetry.distro.patches._starlette_patches import (
44-
_apply_starlette_code_attributes_patch as _apply_starlette_code_attributes_patch,
44+
_apply_starlette_code_attributes_patch,
4545
)
4646

4747
_apply_starlette_code_attributes_patch()

0 commit comments

Comments
 (0)