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:
@@ -227,7 +227,6 @@ def search_documents(
|
|||||||
return empty
|
return empty
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
||||||
index = _get_or_create_index(client)
|
index = _get_or_create_index(client)
|
||||||
|
|
||||||
# Build filter expressions
|
# Build filter expressions
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ from unittest.mock import MagicMock, patch
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# app/utils/meilisearch_client tests
|
# app/utils/meilisearch_client tests
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user