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-03-06 09:40:21 +00:00
parent 507c333c15
commit 330c3aedb6
+3 -1
View File
@@ -6,9 +6,11 @@ from app.utils.db_wizard import (
build_connection_string,
get_supported_backends,
parse_connection_string,
test_connection as db_test_connection,
validate_url_format,
)
from app.utils.db_wizard import (
test_connection as db_test_connection,
)
@pytest.mark.unit