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 d04ed7d commit c4bf5d1Copy full SHA for c4bf5d1
anymail/backends/mailtrap.py
@@ -149,7 +149,7 @@ def set_template_id(self, template_id):
149
# Mailtrap requires integer (not string) TemplateID:
150
self.data["template_id"] = template_id
151
152
- def set_merge_global_data(self, merge_global_data):
+ def set_merge_global_data(self, merge_global_data: Dict[str, Any]):
153
self.data.setdefault("template_variables", {}).update(merge_global_data)
154
155
def set_esp_extra(self, extra):
0 commit comments