style: apply ruff auto-fix

- Auto-formatted code with ruff format
- Applied ruff linting fixes with --fix

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-02-25 13:39:01 +00:00
parent a08bfb9f1a
commit 093076515e
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -227,7 +227,6 @@ def search_documents(
return empty
try:
index = _get_or_create_index(client)
# Build filter expressions
-1
View File
@@ -6,7 +6,6 @@ from unittest.mock import MagicMock, patch
import pytest
# ---------------------------------------------------------------------------
# app/utils/meilisearch_client tests
# ---------------------------------------------------------------------------