Skip to content

Commit eff3aae

Browse files
committed
fix lint
1 parent e5689e6 commit eff3aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_aws_span_processing_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from amazon.opentelemetry.distro._aws_attribute_keys import AWS_CONSUMER_PARENT_SPAN_KIND, AWS_LOCAL_OPERATION
99
from amazon.opentelemetry.distro._aws_span_processing_util import (
10+
_AWS_LAMBDA_FUNCTION_NAME,
1011
MAX_KEYWORD_LENGTH,
1112
_get_dialect_keywords,
1213
extract_api_path_value,
@@ -19,7 +20,6 @@
1920
should_generate_dependency_metric_attributes,
2021
should_generate_service_metric_attributes,
2122
should_use_internal_operation,
22-
_AWS_LAMBDA_FUNCTION_NAME,
2323
)
2424
from opentelemetry.sdk.trace import Span, SpanContext
2525
from opentelemetry.sdk.util.instrumentation import InstrumentationScope

0 commit comments

Comments
 (0)