Skip to content

Commit ddecb83

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

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
@@ -42,7 +42,7 @@ def set_singlethread() -> bool: ...
4242
def set_stmt_journal_spill(nbytes: int) -> bool: ...
4343

4444
sqlite_version: str
45-
sqlite_version_info: tuple[Any, ...] # tuple entries can be either int or str
45+
sqlite_version_info: tuple[Any, ...] # tuple entries can be either int or str
4646

4747
def status(flag: int) -> tuple[int, int]: ...
4848

0 commit comments

Comments
 (0)