Reformat with ruff format

This commit is contained in:
Philipp Hörist
2026-01-02 17:30:56 +01:00
parent fd70805de6
commit aed2ce4729
27 changed files with 15 additions and 73 deletions

View File

@@ -82,9 +82,7 @@ class Storage:
%s
PRAGMA user_version=1;
END TRANSACTION;
""" % (
query
)
""" % (query)
self._con.executescript(transaction)
def _migrate_database(self) -> None: