Remove Unnecessary F-strings

This commit is contained in:
pixeebot[bot]
2025-08-08 03:16:07 +00:00
committed by GitHub
parent 77b9701b5e
commit b559aa368c
4 changed files with 7 additions and 7 deletions

View File

@@ -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", [])