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:
@@ -166,7 +166,7 @@ class PostmarkInboundWebhookView(PostmarkBaseWebhookView):
|
||||
if esp_record_type != "Inbound":
|
||||
raise AnymailConfigurationError(
|
||||
f"You seem to have set Postmark's *{esp_record_type}* webhook"
|
||||
f" to Anymail's Postmark *inbound* webhook URL."
|
||||
" to Anymail's Postmark *inbound* webhook URL."
|
||||
)
|
||||
|
||||
headers = esp_event.get("Headers", [])
|
||||
|
||||
Reference in New Issue
Block a user