chore: code formatting

This commit is contained in:
Vlad Stan 2022-12-12 10:52:01 +02:00
parent 6cab77ece4
commit 6a80f7c713

View File

@ -259,6 +259,7 @@ async def m007_set_invoice_expiries(db):
# keep track of db versions so no migration ever runs twice.
pass
async def m008_create_admin_settings_table(db):
await db.execute(
"""