diff --git a/stubs/aws-xray-sdk/METADATA.toml b/stubs/aws-xray-sdk/METADATA.toml index fa0e835cb..67336db31 100644 --- a/stubs/aws-xray-sdk/METADATA.toml +++ b/stubs/aws-xray-sdk/METADATA.toml @@ -1 +1 @@ -version = "2.8.*" +version = "2.9.*" diff --git a/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi b/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi index f8aecde4f..be2b49b62 100644 --- a/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi +++ b/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi @@ -19,8 +19,8 @@ from .models.dummy_entities import DummySegment as DummySegment, DummySubsegment from .models.segment import Segment as Segment, SegmentContextManager as SegmentContextManager from .models.subsegment import Subsegment as Subsegment, SubsegmentContextManager as SubsegmentContextManager from .plugins.utils import get_plugin_modules as get_plugin_modules -from .sampling.local.sampler import LocalSampler as LocalSampler -from .sampling.sampler import DefaultSampler as DefaultSampler +from .sampling.local.sampler import LocalSampler +from .sampling.sampler import DefaultSampler from .streaming.default_streaming import DefaultStreaming as DefaultStreaming from .utils import stacktrace as stacktrace from .utils.compat import string_types as string_types