mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
reformat
This commit is contained in:
@@ -2,6 +2,6 @@ from flask import Blueprint
|
||||
|
||||
from app.v2.errors import register_errors
|
||||
|
||||
v2_templates_blueprint = Blueprint("v2_templates", __name__, url_prefix='/v2/templates')
|
||||
v2_templates_blueprint = Blueprint("v2_templates", __name__, url_prefix="/v2/templates")
|
||||
|
||||
register_errors(v2_templates_blueprint)
|
||||
|
||||
Reference in New Issue
Block a user