fix flake8 W293 (blank line contains whitespace)
This commit is contained in:
parent
a02f147482
commit
8a72585f00
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue