Skip to content

Commit bd97370

Browse files
chore(docs): remove unnecessary param examples
1 parent 7a8cea9 commit bd97370

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,7 @@ client = Knock()
155155

156156
page = client.users.list_messages(
157157
user_id="user-123",
158-
inserted_at={
159-
"gt": "gt",
160-
"gte": "gte",
161-
"lt": "lt",
162-
"lte": "lte",
163-
},
158+
inserted_at={},
164159
)
165160
print(page.items)
166161
```

0 commit comments

Comments
 (0)