Skip to content

Commit c33325a

Browse files
committed
chore: rerun linter
Signed-off-by: Tomáš Dvořák <toomas2d@gmail.com>
1 parent f55de7b commit c33325a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/beeai_framework/backend/vector_store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class QueryLike(Protocol):
1717
Any object that implements the `__str__` method can be used as a query
1818
for vector store searches.
1919
"""
20+
2021
def __str__(self) -> str: ...
2122

2223

0 commit comments

Comments
 (0)