Skip to content

Commit 06a7b68

Browse files
committed
docs: Fix linter issues in readme
1 parent f95bc71 commit 06a7b68

2 files changed

Lines changed: 4 additions & 302 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,10 @@ The Content API (`v1`) allows managing templates, generating API tokens, and upl
680680
```python
681681
# Tokens endpoint requires Basic Auth initially
682682
with Client(auth=(api_key, api_secret), version="v1") as client:
683-
data = {"Name": "My Access Token", "Permissions": ["read_template", "create_template"]}
683+
data = {
684+
"Name": "My Access Token",
685+
"Permissions": ["read_template", "create_template"],
686+
}
684687
result = client.token.create(data=data)
685688
print(result.json())
686689
```

mailjet_routes_changes.patch

Lines changed: 0 additions & 301 deletions
This file was deleted.

0 commit comments

Comments
 (0)