From 8698f8f2d4097fb05b727ee7a2384d852d5118f7 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Tue, 19 Dec 2023 07:59:54 -0700 Subject: [PATCH] Fix linting --- src/registrar/views/domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/views/domain.py b/src/registrar/views/domain.py index 3bc11e920..59b206993 100644 --- a/src/registrar/views/domain.py +++ b/src/registrar/views/domain.py @@ -659,7 +659,7 @@ class DomainAddUserView(DomainFormBaseView): elif not requester.is_staff: messages.error(self.request, "Can't send invitation email. No email is associated with your account.") logger.error( - f"Can't send email to '{email}' on domain '{self.object}'." + f"Can't send email to '{email}' on domain '{self.object}'." f"No email exists for the requester '{requester.username}'.", exc_info=True, )