chore: ran linting

This commit is contained in:
Anish Sarkar 2026-04-04 03:11:56 +05:30
parent 0d2acc665d
commit a2b3541046
6 changed files with 150 additions and 49 deletions

View file

@ -1015,7 +1015,7 @@ class TestPageLimits:
(tmp_path / "note.md").write_text("# Hello World\n\nContent here.")
count, _skipped, _root_folder_id, err = await index_local_folder(
count, _skipped, _root_folder_id, _err = await index_local_folder(
session=db_session,
search_space_id=db_search_space.id,
user_id=str(db_user.id),