0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-05 05:59:43 +00:00
alerta_alerta/alerta/management/__init__.py
Asher Foa 2cb00a7b9b iSort fixes (#1058)
* iSort fixes

* Remove unused import
2019-08-10 23:14:44 +02:00

6 lines
105 B
Python

from flask import Blueprint
mgmt = Blueprint('mgmt', __name__)
from . import views # noqa isort:skip