Resolve merge conflict in fixtures

This commit is contained in:
Erin Song 2024-10-16 14:49:21 -07:00
commit 62b3cbfb04
No known key found for this signature in database
66 changed files with 3615 additions and 1776 deletions

View file

@ -249,7 +249,7 @@ class SecurityEmailError(Exception):
"""
_error_mapping = {
SecurityEmailErrorCodes.BAD_DATA: ("Enter an email address in the required format, " "like name@example.com."),
SecurityEmailErrorCodes.BAD_DATA: ("Enter an email address in the required format, like name@example.com."),
}
def __init__(self, *args, code=None, **kwargs):