From 5cf54914f52a702f1f9d29d30f4b906b04d77dac Mon Sep 17 00:00:00 2001 From: Doekeb Date: Tue, 16 Apr 2024 14:34:25 -0400 Subject: [PATCH] MOTOR-1298 Type `resume_token` as a property (#275) --- motor/core.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/motor/core.pyi b/motor/core.pyi index 14a1e14a..623431cf 100644 --- a/motor/core.pyi +++ b/motor/core.pyi @@ -773,6 +773,7 @@ class AgnosticChangeStream(AgnosticBase, Generic[_DocumentType]): __delegate_class__: type[ChangeStream] async def _close(self) -> None: ... + @property def resume_token(self) -> Optional[Mapping[str, Any]]: ... def __init__( self,