Align type of aws_xra_sdk.core.xray_recorder stub with lib (#15107)

This commit is contained in:
David Lukes
2025-12-05 11:53:37 +01:00
committed by GitHub
parent a06e16eae2
commit 0b73d0d659
@@ -1,6 +1,7 @@
from .async_recorder import AsyncAWSXRayRecorder as AsyncAWSXRayRecorder
from .patcher import patch as patch, patch_all as patch_all
from .recorder import AWSXRayRecorder as AWSXRayRecorder
xray_recorder: AWSXRayRecorder
xray_recorder: AsyncAWSXRayRecorder
__all__ = ["patch", "patch_all", "xray_recorder", "AWSXRayRecorder"]