Skip to content

Commit

Permalink
Merge #977
Browse files Browse the repository at this point in the history
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 <paul@paulsanders.dev>
  • Loading branch information
meili-bors[bot] and sanders41 committed Jun 11, 2024
2 parents b713f5a + e66f99f commit a38cbac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ documents = [
{"id": uuid4(), "title": "test 1", "when": datetime.now()},
{"id": uuid4(), "title": "Test 2", "when": datetime.now()},
]
index = empty_index()
index.add_documents(documents, serializer=CustomEncoder)
```

Expand Down

0 comments on commit a38cbac

Please sign in to comment.