From d23d213d7eaf51692348fcd0773b95b00dcd0dd8 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sun, 26 Jun 2022 18:38:03 +0530 Subject: [PATCH] [stubsabot] Bump aws-xray-sdk to 2.9.* (#8180) * [stubsabot] Bump aws-xray-sdk to 2.9.* Co-authored-by: hauntsaninja <> Co-authored-by: Alex Waygood --- stubs/aws-xray-sdk/METADATA.toml | 2 +- stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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