Skip to content

Commit a5c527f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent ba99887 commit a5c527f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

stubs/cysqlite/cysqlite/_cysqlite.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ class Connection(_callable_context_manager):
199199
check_table_sizes: bool = False,
200200
dry_run: bool = False,
201201
) -> Cursor: ...
202-
def pragma(self, key: str, value: Any = sentinel, database: str | None = None, multi: bool = False, permanent: bool = False) -> None: ...
202+
def pragma(
203+
self, key: str, value: Any = sentinel, database: str | None = None, multi: bool = False, permanent: bool = False
204+
) -> None: ...
203205
def progress(self, fn: Callable[[int, int, bool], None], n: int = 1) -> None: ...
204206
def register_adapter(self, python_type: type[Any], fn: Callable[..., Any]) -> None: ...
205207
def register_converter(self, data_type: str, fn: Callable[..., Any]) -> None: ...

0 commit comments

Comments
 (0)