tests and orderedset updates for 3.12 upgrade

This commit is contained in:
samathad2023
2024-03-08 15:00:48 -08:00
parent 25c8026d89
commit c3bb44129c
7 changed files with 748 additions and 806 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