ran black

This commit is contained in:
Ben Arc
2021-07-03 16:04:45 +01:00
parent 819fc43328
commit 03f0df681b
21 changed files with 152 additions and 61 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
from quart import Blueprint
ngrok_ext: Blueprint = Blueprint(
"ngrok", __name__, template_folder="templates"
)
ngrok_ext: Blueprint = Blueprint("ngrok", __name__, template_folder="templates")
from .views import * # noqa