mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
fix mypy error
This commit is contained in:
parent
d713806263
commit
12f2a1f694
1 changed files with 2 additions and 0 deletions
|
|
@ -965,6 +965,8 @@ class Transaction:
|
|||
):
|
||||
raise DBCustomFunctionError()
|
||||
|
||||
return None
|
||||
|
||||
def query(
|
||||
self, statement: str, subvals: Sequence[SQLiteType] = ()
|
||||
) -> list[sqlite3.Row]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue