fix flake8 W293 (blank line contains whitespace)

This commit is contained in:
Pavol Rusnak 2023-01-21 15:34:09 +00:00
parent a02f147482
commit 8a72585f00
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -24,7 +24,7 @@ async def m001_initial_invoices(db):
local_part TEXT NOT NULL,
pubkey TEXT NOT NULL,
active BOOLEAN NOT NULL DEFAULT false,
time TIMESTAMP NOT NULL DEFAULT {db.timestamp_now},