Skip to content

Commit 2174567

Browse files
Update stubs/cysqlite/cysqlite/_cysqlite.pyi
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent 502fe48 commit 2174567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/cysqlite/cysqlite/_cysqlite.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class Connection(_callable_context_manager):
224224
adapter: Callable[..., Any] | None = None,
225225
) -> None: ...
226226
def rollback(self) -> None: ...
227-
def rollback_hook(self, fn: Callable[[], Any] | None) -> None: ...
227+
def rollback_hook(self, fn: Callable[[], object] | None) -> None: ...
228228
def savepoint(self, sid: str | None = None) -> Savepoint: ...
229229
def set_autocheckpoint(self, n: int) -> None: ...
230230
def set_busy_handler(self, timeout: float = 5.0) -> None: ...

0 commit comments

Comments
 (0)