mirror of
https://github.com/alerta/alerta.git
synced 2025-02-09 15:41:03 +00:00
![Nick Satterly](/assets/img/avatar_default.png)
* Add attributes field to heartbeat for use in hb alerts * Whitespace fix for pre-commit hook to pass
5 lines
104 B
Python
5 lines
104 B
Python
from flask import Blueprint
|
|
|
|
mgmt = Blueprint('mgmt', __name__)
|
|
|
|
from . import views # noqa isort:skip
|