mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
chore: ran linting
This commit is contained in:
parent
44f59bfb61
commit
2bc6a0c3bc
24 changed files with 166 additions and 160 deletions
|
|
@ -23,7 +23,7 @@ async def test_search_google_drive_includes_legacy_composio_docs(
|
|||
|
||||
async with patched_session_factory() as session:
|
||||
service = ConnectorService(session, search_space_id=space_id)
|
||||
result_object, raw_docs = await service.search_google_drive(
|
||||
_, raw_docs = await service.search_google_drive(
|
||||
user_query="quarterly budget",
|
||||
search_space_id=space_id,
|
||||
top_k=10,
|
||||
|
|
@ -55,7 +55,7 @@ async def test_search_files_does_not_include_google_types(
|
|||
|
||||
async with patched_session_factory() as session:
|
||||
service = ConnectorService(session, search_space_id=space_id)
|
||||
result_object, raw_docs = await service.search_files(
|
||||
_, raw_docs = await service.search_files(
|
||||
user_query="quarterly budget",
|
||||
search_space_id=space_id,
|
||||
top_k=10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue