We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Pool.__await__()
1 parent 7b11a43 commit 355b86eCopy full SHA for 355b86e
asyncpg-stubs/pool.pyi
@@ -600,7 +600,7 @@ class Pool(Generic[_Record]):
600
async def close(self) -> None: ...
601
def terminate(self) -> None: ...
602
async def expire_connections(self) -> None: ...
603
- def __await__(self) -> Generator[Any, None, Self | None]: ...
+ def __await__(self) -> Generator[Any, None, Self]: ...
604
async def __aenter__(self) -> Self: ...
605
async def __aexit__(self, *exc: object) -> None: ...
606
0 commit comments