Fixed ruff and mypy lint issues.
Format / ruff (push) Successful in 15s
Lint / ruff (push) Successful in 15s
Unit Tests / pytest (push) Successful in 17s
Type Check / mypy (push) Successful in 23s

This commit is contained in:
2026-02-16 09:40:18 -05:00
parent fce31737f6
commit cb04899d6f
4 changed files with 28 additions and 39 deletions
+2 -1
View File
@@ -175,7 +175,8 @@ class ModuleStorage:
:param sql: SELECT statement.
:param parameters: Query parameters.
:return: List of rows as sqlite3.Row objects (support both index and key access).
:return: List of rows as sqlite3.Row objects
(support both index and key access).
:raises StorageError: If execution fails.
"""
async with self._connection() as conn: