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-22 16:12:58 +00:00
parent 3035802c16
commit 8f1abf8cdd
-1
View File
@@ -7,7 +7,6 @@ Covers all validators: sort field/order, search query, task ID, and setting key.
import pytest
from fastapi import HTTPException
# ---------------------------------------------------------------------------
# validate_sort_field
# ---------------------------------------------------------------------------