Skip to content

Commit 1c10f78

Browse files
committed
fixed lint
1 parent befc6e5 commit 1c10f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_lambda_span_processor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def on_start(self, span: Span, parent_context: Optional[Context] = None) -> None
3232

3333
return
3434

35+
# pylint: disable=no-self-use
3536
@override
3637
def on_end(self, span: ReadableSpan) -> None:
3738
return

0 commit comments

Comments
 (0)