Cleanup: remove unused MailjetPayload property

This commit is contained in:
medmunds
2020-09-11 11:58:04 -07:00
committed by Mike Edmunds
parent 985143b234
commit a14276e765

View File

@@ -66,7 +66,6 @@ class EmailBackend(AnymailRequestsBackend):
class MailjetPayload(RequestsPayload):
def __init__(self, message, defaults, backend, *args, **kwargs):
self.esp_extra = {} # late-bound in serialize_data
auth = (backend.api_key, backend.secret_key)
http_headers = {
'Content-Type': 'application/json',