mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Remove Unnecessary F-strings
This commit is contained in:
@@ -52,7 +52,7 @@ class MailerSendBaseWebhookView(AnymailBaseWebhookView):
|
||||
).hexdigest()
|
||||
if not constant_time_compare(signature, expected_signature):
|
||||
raise AnymailWebhookValidationFailure(
|
||||
f"MailerSend webhook called with incorrect signature"
|
||||
"MailerSend webhook called with incorrect signature"
|
||||
f" (check Anymail {self._secret_setting_name} setting)"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user