mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Fix isort breaking things
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
from app.status.views import healthcheck # noqa
|
||||
|
||||
status = Blueprint('status', __name__)
|
||||
|
||||
from app.status.views import healthcheck # noqa isort:skip
|
||||
|
||||
Reference in New Issue
Block a user