We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956f87 commit 77c838eCopy full SHA for 77c838e
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_span_metrics_processor.py
@@ -49,6 +49,7 @@ class AwsSpanMetricsProcessor(SpanProcessor):
49
50
# no op function to act as a default function in case forceFlushFunction was
51
# not supplied to the the constructor.
52
+ # pylint: disable=no-self-use
53
def _no_op_function(self, timeout_millis: float = None) -> bool:
54
return True
55
0 commit comments