fix flake8 W293 (blank line contains whitespace)
This commit is contained in:
@@ -24,7 +24,7 @@ async def m001_initial_invoices(db):
|
|||||||
|
|
||||||
local_part TEXT NOT NULL,
|
local_part TEXT NOT NULL,
|
||||||
pubkey TEXT NOT NULL,
|
pubkey TEXT NOT NULL,
|
||||||
|
|
||||||
active BOOLEAN NOT NULL DEFAULT false,
|
active BOOLEAN NOT NULL DEFAULT false,
|
||||||
|
|
||||||
time TIMESTAMP NOT NULL DEFAULT {db.timestamp_now},
|
time TIMESTAMP NOT NULL DEFAULT {db.timestamp_now},
|
||||||
|
|||||||
Reference in New Issue
Block a user