Chore, applied black

This commit is contained in:
benarc
2021-11-26 05:58:20 +00:00
parent cfac70d394
commit 56397026c8
30 changed files with 143 additions and 159 deletions
+1 -4
View File
@@ -8,10 +8,7 @@ from lnbits.tasks import catch_everything_and_restart
db = Database("ext_lnticket")
lnticket_ext: APIRouter = APIRouter(
prefix="/lnticket",
tags=["LNTicket"]
)
lnticket_ext: APIRouter = APIRouter(prefix="/lnticket", tags=["LNTicket"])
def lnticket_renderer():