Skip to content

Commit 58e34db

Browse files
committed
fix get_wrapper
1 parent 3821fad commit 58e34db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/cysqlite/cysqlite/aio.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class AsyncCursor:
108108
class _AsyncTransactionWrapper:
109109
conn: AsyncConnection
110110
def __init__(self, conn: AsyncConnection, *args: Any) -> None: ...
111-
def get_wrapper(self) -> None: ...
111+
def get_wrapper(self) -> Any: ...
112112
async def __aenter__(self) -> Self: ...
113113
async def __aexit__(
114114
self, exc_type: type[BaseException] | None, exc_val: BaseException | None, exc_tb: types.TracebackType | None

0 commit comments

Comments
 (0)