make format everything (#743)

This commit is contained in:
calle
2022-07-16 14:23:03 +02:00
committed by GitHub
parent 69516bb751
commit f4e7d62ca3
60 changed files with 182 additions and 186 deletions
@@ -1,4 +1,5 @@
import asyncio
from fastapi import APIRouter
from lnbits.db import Database
+1 -1
View File
@@ -3,7 +3,7 @@ from typing import List, Optional, Union
from lnbits.helpers import urlsafe_short_hash
from . import db
from .models import lnurlpayout, CreateLnurlPayoutData
from .models import CreateLnurlPayoutData, lnurlpayout
async def create_lnurlpayout(
-2
View File
@@ -2,9 +2,7 @@ import asyncio
from http import HTTPStatus
import httpx
from loguru import logger
from starlette.exceptions import HTTPException
from lnbits.core import db as core_db