ran black
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user