mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
notify-api-412 use black to enforce python coding style
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
status = Blueprint('status', __name__)
|
||||
status = Blueprint("status", __name__)
|
||||
|
||||
from app.status.views import healthcheck # noqa isort:skip
|
||||
|
||||
Reference in New Issue
Block a user