From 9cd17f2b8e9fb2ebb3078a1d3da8bad9b4af52fa Mon Sep 17 00:00:00 2001 From: gtebbutt <5956226+gtebbutt@users.noreply.github.com> Date: Wed, 30 Apr 2025 23:02:57 +0100 Subject: [PATCH] Run ruff format Signed-off-by: gtebbutt <5956226+gtebbutt@users.noreply.github.com> --- tests/integration/abort/test_podman_compose_abort.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/integration/abort/test_podman_compose_abort.py b/tests/integration/abort/test_podman_compose_abort.py index 42d845a..73d7db1 100644 --- a/tests/integration/abort/test_podman_compose_abort.py +++ b/tests/integration/abort/test_podman_compose_abort.py @@ -9,11 +9,7 @@ from tests.integration.test_utils import test_path def compose_yaml_path(failure_order): - return os.path.join( - test_path(), - "abort", - f"docker-compose-fail-{failure_order}.yaml" - ) + return os.path.join(test_path(), "abort", f"docker-compose-fail-{failure_order}.yaml") def test_abort_command(failure_order, abort_type):