prettier and black

This commit is contained in:
Ben Arc
2021-04-04 13:28:46 +01:00
parent 69ef4d7e63
commit b2841ee909
8 changed files with 394 additions and 416 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ async def m001_initial(db):
);
"""
)
await db.execute(
"""
CREATE TABLE IF NOT EXISTS mempool (
@@ -33,4 +33,4 @@ async def m001_initial(db):
endpoint TEXT NOT NULL
);
"""
)
)