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 01fe6b7 commit 074dd16Copy full SHA for 074dd16
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_span_metrics_processor.py
@@ -49,8 +49,8 @@ class AwsSpanMetricsProcessor(SpanProcessor):
49
_force_flush_function: Callable
50
51
# no op function to act as a default function in case forceFlushFunction was
52
- # not supplied to the the constructor.
53
- def _no_op_function(self, timeout_millis) -> None:
+ # not supplied to the the constructor.
+ def _no_op_function(self, timeout_millis: float = None) -> None:
54
return
55
56
def __init__(
0 commit comments