mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-23 00:04:43 +02:00
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,
|
||||
pubkey TEXT NOT NULL,
|
||||
|
||||
|
||||
active BOOLEAN NOT NULL DEFAULT false,
|
||||
|
||||
time TIMESTAMP NOT NULL DEFAULT {db.timestamp_now},
|
||||
|
Reference in New Issue
Block a user