Skip to content

Commit 392f80f

Browse files
committed
ruff and lint
1 parent f4cf224 commit 392f80f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk-extension/opentelemetry-sdk-extension-aws/tests/trace/sampler/test_sampling_statistics_document.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
from unittest import TestCase
2121

2222
# pylint: disable=no-name-in-module
23-
from ._mock_clock import MockClock
2423
from opentelemetry.sdk.extension.aws.trace.sampler._sampling_statistics_document import (
2524
_SamplingStatisticsDocument,
2625
)
2726

27+
from ._mock_clock import MockClock
28+
2829

2930
class TestSamplingStatisticsDocument(TestCase):
3031
def test_sampling_statistics_document_inputs(self):

0 commit comments

Comments
 (0)