Skip to content

Commit befc6e5

Browse files
committed
fixed lint issue
1 parent bca9164 commit befc6e5

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_lambda_span_processor.py

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

66
from amazon.opentelemetry.distro._aws_attribute_keys import AWS_TRACE_LAMBDA_FLAG_MULTIPLE_SERVER
77
from amazon.opentelemetry.distro.aws_lambda_span_processor import AwsLambdaSpanProcessor
8-
from opentelemetry.context import Context, get_value, set_value
8+
from opentelemetry.context import Context, set_value
99
from opentelemetry.trace import Span, SpanContext, SpanKind
1010
from opentelemetry.trace.propagation import _SPAN_KEY
1111

0 commit comments

Comments
 (0)