Skip to content

Commit 4267957

Browse files
committed
fixed lint error
1 parent 10967b1 commit 4267957

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.trace import Span, SpanContext, SpanKind, TraceFlags
8+
from opentelemetry.trace import Span, SpanContext, SpanKind
99

1010

1111
class TestAwsLambdaSpanProcessor(TestCase):

0 commit comments

Comments
 (0)