Skip to content

Commit ea10b00

Browse files
committed
typo
1 parent 77619da commit ea10b00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • integrations/qdrant/src/haystack_integrations/document_stores/qdrant

integrations/qdrant/src/haystack_integrations/document_stores/qdrant/document_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ def get_metadata_fields_info(self) -> dict[str, str]:
974974
A dictionary mapping field names to their types e.g.:
975975
```python
976976
{"field_name": "integer"}
977-
```python
977+
```
978978
"""
979979
self._initialize_client()
980980
assert self._client is not None
@@ -995,7 +995,7 @@ async def get_metadata_fields_info_async(self) -> dict[str, str]:
995995
A dictionary mapping field names to their types e.g.:
996996
```python
997997
{"field_name": "integer"}
998-
```python
998+
```
999999
"""
10001000
await self._initialize_async_client()
10011001
assert self._async_client is not None

0 commit comments

Comments
 (0)