Skip to content

Commit 4130a7f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/cysqlite/cysqlite/_cysqlite.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class Connection(_callable_context_manager):
150150
self, full: bool = False, truncate: bool = False, restart: bool = False, name: str | Buffer | None = None
151151
) -> tuple[int, int]: ...
152152
def close(self) -> bool: ...
153-
def commit(self, begin: bool = True) -> None: ...
153+
def commit(self) -> None: ...
154154
def commit_hook(self, fn: Callable[[], None]) -> None: ...
155155
def connect(self) -> bool: ...
156156
def converter(self, data_type: str) -> Callable[[Callable[_P, _T]], Callable[_P, _T]]: ...

0 commit comments

Comments
 (0)