refactor: add ruff formatting

This commit is contained in:
Igor Ilic 2026-01-08 13:32:15 +01:00
parent be738df88a
commit 69fe35bdee

View file

@ -192,9 +192,7 @@ class CogneeClient:
with redirect_stdout(sys.stderr): with redirect_stdout(sys.stderr):
results = await self.cognee.search( results = await self.cognee.search(
query_type=SearchType[query_type.upper()], query_type=SearchType[query_type.upper()], query_text=query_text, top_k=top_k
query_text=query_text,
top_k=top_k
) )
return results return results