Skip to content

Commit 502fe48

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

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
@@ -212,7 +212,7 @@ class Connection(_callable_context_manager):
212212
check_table_sizes: bool = False,
213213
dry_run: bool = False,
214214
) -> Cursor: ...
215-
def pragma(self, key: str, value: Any = ..., database: str | None = None, multi: bool = False) -> None: ...
215+
def pragma(self, key: str, value: Any = sentinel, database: str | None = None, multi: bool = False) -> None: ...
216216
def progress(self, fn: Callable[[int, int, bool], None], n: int = 1) -> None: ...
217217
def register_adapter(self, python_type: type[Any], fn: Callable[..., Any]) -> None: ...
218218
def register_converter(self, data_type: str, fn: Callable[..., Any]) -> None: ...

0 commit comments

Comments
 (0)