merge from main

This commit is contained in:
Kenneth Kehl
2023-08-25 08:57:24 -07:00
parent 1463d8421b
commit c6eb007386
29 changed files with 42 additions and 163 deletions

View File

@@ -2,12 +2,7 @@ from collections import OrderedDict
from werkzeug.utils import cached_property
from app.models import (
JSONModel,
ModelList,
SerialisedModelCollection,
SortByNameMixin,
)
from app.models import JSONModel, ModelList, SerialisedModelCollection, SortByNameMixin
from app.notify_client.email_branding_client import email_branding_client
from app.notify_client.organizations_api_client import organizations_client