Skip to content

Commit

Permalink
Cleanup: remove unused MailjetPayload property
Browse files Browse the repository at this point in the history
  • Loading branch information
medmunds committed Sep 11, 2020
1 parent 985143b commit a14276e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anymail/backends/mailjet.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def parse_recipient_status(self, response, payload, message):
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',
Expand Down

0 comments on commit a14276e

Please sign in to comment.