Etan Kissling d66a29db7c
avoid XDeclaredButNotUsed in kvstore_sqlite3 with empty tuple (#680)
Suppresses an annoying hint that gets triggered when `params is tuple`
but it's an empty tuple without fields.

```
Hint: 'i' is declared but not used [XDeclaredButNotUsed]
```
2024-02-28 22:03:04 +00:00
..
2023-05-09 20:19:44 +00:00