black formating

This commit is contained in:
callebtc
2022-06-01 14:53:05 +02:00
parent 7c4ce9bf96
commit f8400512f7
28 changed files with 127 additions and 81 deletions
+1 -4
View File
@@ -5,10 +5,7 @@ from lnbits.helpers import template_renderer
db = Database("ext_example")
example_ext: APIRouter = APIRouter(
prefix="/example",
tags=["example"]
)
example_ext: APIRouter = APIRouter(prefix="/example", tags=["example"])
def example_renderer():
-1
View File
@@ -3,4 +3,3 @@
# class Example(BaseModel):
# id: str
# wallet: str
+1
View File
@@ -10,6 +10,7 @@ from . import example_ext
# add your endpoints here
@example_ext.get("/api/v1/tools")
async def api_example():
"""Try to add descriptions for others."""