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

@@ -1,14 +1,6 @@
from functools import partial
from flask import (
abort,
flash,
jsonify,
redirect,
render_template,
request,
url_for,
)
from flask import abort, flash, jsonify, redirect, render_template, request, url_for
from flask_login import current_user
from notifications_python_client.errors import HTTPError
from notifications_utils import SMS_CHAR_COUNT_LIMIT