Skip to content

Commit ba89dda

Browse files
committed
move mock_clock into tests dir
1 parent 073935a commit ba89dda

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from unittest import TestCase
2121

2222
# pylint: disable=no-name-in-module
23-
from opentelemetry.sdk.extension.aws.trace.sampler._mock_clock import MockClock
23+
from ._mock_clock import MockClock
2424
from opentelemetry.sdk.extension.aws.trace.sampler._sampling_statistics_document import (
2525
_SamplingStatisticsDocument,
2626
)

0 commit comments

Comments
 (0)