We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc78d9e commit d7f81dbCopy full SHA for d7f81db
1 file changed
use_cases/transactional_templates.md
@@ -28,7 +28,6 @@ I hope you are having a great day in {{ city }} :)
28
29
```python
30
import os
31
-import json
32
from sendgrid import SendGridAPIClient
33
from sendgrid.helpers.mail import Mail
34
@@ -86,7 +85,6 @@ I hope you are having a great day in {{{ city }}} :)
86
85
87
88
89
90
91
92
0 commit comments