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 f4cf224 commit 392f80fCopy full SHA for 392f80f
sdk-extension/opentelemetry-sdk-extension-aws/tests/trace/sampler/test_sampling_statistics_document.py
@@ -20,11 +20,12 @@
20
from unittest import TestCase
21
22
# pylint: disable=no-name-in-module
23
-from ._mock_clock import MockClock
24
from opentelemetry.sdk.extension.aws.trace.sampler._sampling_statistics_document import (
25
_SamplingStatisticsDocument,
26
)
27
+from ._mock_clock import MockClock
28
+
29
30
class TestSamplingStatisticsDocument(TestCase):
31
def test_sampling_statistics_document_inputs(self):
0 commit comments