From 86d1ca168d410ee9133dfdc1ff49c83f8ed0233e Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 27 Jul 2026 21:37:21 +0200 Subject: [PATCH] style(v2): sort source job test imports --- tests/integration/test_sources_jobs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_sources_jobs.py b/tests/integration/test_sources_jobs.py index ed32edc..4c2ffe3 100644 --- a/tests/integration/test_sources_jobs.py +++ b/tests/integration/test_sources_jobs.py @@ -4,7 +4,6 @@ from pathlib import Path import httpx import pytest - from backup_tool.api.app import create_app from backup_tool.config import Settings