Skip to content

Commit a38cbac

Browse files
Merge #977
977: Remove extra line from readme example r=curquiza a=sanders41 # Pull Request I just noticed that when I was updating the readme with a seriaizer example I accidentally include a line from a test that doesn't make sense in the context of the example. This removes that line. ## Related issue Fixes #<issue_number> ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ ] Have you read the contributing guidelines? - [ ] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Paul Sanders <[email protected]>
2 parents b713f5a + e66f99f commit a38cbac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ documents = [
193193
{"id": uuid4(), "title": "test 1", "when": datetime.now()},
194194
{"id": uuid4(), "title": "Test 2", "when": datetime.now()},
195195
]
196-
index = empty_index()
197196
index.add_documents(documents, serializer=CustomEncoder)
198197
```
199198

0 commit comments

Comments
 (0)