We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dc0e5 commit 5ee8845Copy full SHA for 5ee8845
sparkpost/django/message.py
@@ -54,4 +54,4 @@ def __init__(self, message):
54
'type': mimetype
55
})
56
57
- return super(SparkPostMessage, self).__init__(formatted)
+ super(SparkPostMessage, self).__init__(formatted)
0 commit comments