Black formatting

This commit is contained in:
Ben Arc
2021-04-12 17:20:50 +01:00
parent 492d710bb8
commit 49827a64da
4 changed files with 35 additions and 9 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ from lnbits.db import Database
db = Database("ext_livestream")
livestream_ext: Blueprint = Blueprint("livestream", __name__, static_folder="static", template_folder="templates")
livestream_ext: Blueprint = Blueprint(
"livestream", __name__, static_folder="static", template_folder="templates"
)
from .views_api import * # noqa