Skip to content

Commit 77c838e

Browse files
committed
added comment
1 parent 5956f87 commit 77c838e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class AwsSpanMetricsProcessor(SpanProcessor):
4949

5050
# no op function to act as a default function in case forceFlushFunction was
5151
# not supplied to the the constructor.
52+
# pylint: disable=no-self-use
5253
def _no_op_function(self, timeout_millis: float = None) -> bool:
5354
return True
5455

0 commit comments

Comments
 (0)