mirror of
https://github.com/alerta/alerta.git
synced 2025-02-05 05:59:43 +00:00
2cb00a7b9b
* iSort fixes * Remove unused import
6 lines
105 B
Python
6 lines
105 B
Python
|
|
from flask import Blueprint
|
|
|
|
mgmt = Blueprint('mgmt', __name__)
|
|
|
|
from . import views # noqa isort:skip
|