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-23 20:23:06 +00:00
parent 044da0ff47
commit 724d7d870f
3 changed files with 14 additions and 4 deletions
-1
View File
@@ -12,7 +12,6 @@ from app.tasks.check_credentials import (
get_failure_state,
save_failure_state,
sync_test_azure_connection,
sync_test_ai_provider_connection,
sync_test_openai_connection,
unwrap_decorated_function,
)