Merge pull request #1284 from GSA/notify-admin-818

updates with python upgrade
This commit is contained in:
Carlo Costino
2024-03-21 17:26:04 -04:00
committed by GitHub
9 changed files with 652 additions and 733 deletions

View File

@@ -4,7 +4,7 @@ from itertools import chain
from flask import abort, g, make_response, request
from flask_login import current_user
from notifications_utils.field import Field
from orderedset._orderedset import OrderedSet
from ordered_set import OrderedSet
from werkzeug.datastructures import MultiDict
from werkzeug.routing import RequestRedirect