Skip to content

Commit d7f81db

Browse files
authored
docs: Removing unused json import (#1036)
1 parent dc78d9e commit d7f81db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

use_cases/transactional_templates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ I hope you are having a great day in {{ city }} :)
2828

2929
```python
3030
import os
31-
import json
3231
from sendgrid import SendGridAPIClient
3332
from sendgrid.helpers.mail import Mail
3433

@@ -86,7 +85,6 @@ I hope you are having a great day in {{{ city }}} :)
8685

8786
```python
8887
import os
89-
import json
9088
from sendgrid import SendGridAPIClient
9189
from sendgrid.helpers.mail import Mail
9290

0 commit comments

Comments
 (0)