Skip to content

Commit

Permalink
Remove extra line from readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Jun 10, 2024
1 parent 739a22e commit e66f99f
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 e66f99f

Please sign in to comment.