Black formatting

This commit is contained in:
zandercymatics 2023-12-21 12:27:18 -07:00
parent ad9e64f063
commit d3ceb64956
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 7 additions and 6 deletions

View file

@ -8,6 +8,7 @@ from django.template.loader import get_template
logger = logging.getLogger(__name__)
class EmailSendingError(RuntimeError):
"""Local error for handling all failures when sending email."""