mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[aws-xray-sdk] Update to 2.15.* (#14955)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "2.14.*"
|
||||
version = "2.15.*"
|
||||
upstream_repository = "https://github.com/aws/aws-xray-sdk-python"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
from .patch import patch as patch
|
||||
|
||||
__all__ = ["patch"]
|
||||
@@ -0,0 +1 @@
|
||||
def patch() -> None: ...
|
||||
Reference in New Issue
Block a user