mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Bump flask & werkzeug to 2.3 (#490)
* bump werkzeug to 2.3 * remove no_cookie blueprint
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from flask import Blueprint
|
||||
|
||||
main = Blueprint('main', __name__)
|
||||
no_cookie = Blueprint('no_cookie', __name__)
|
||||
|
||||
from app.main.views import ( # noqa isort:skip
|
||||
add_service,
|
||||
|
||||
Reference in New Issue
Block a user