black formatting

This commit is contained in:
Ben Arc
2021-04-09 00:41:19 +01:00
parent 6a18766a82
commit d872f0d138
8 changed files with 98 additions and 28 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ db = Database("ext_satspay")
satspay_ext: Blueprint = Blueprint(
"satspay", __name__, static_folder="static", template_folder="templates")
"satspay", __name__, static_folder="static", template_folder="templates"
)
from .views_api import * # noqa