From 10377ea87149ece488949f279008b284058c7ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arpad=20M=C3=BCller?= Date: Fri, 12 Jul 2024 16:44:46 +0200 Subject: [PATCH] ruff fix --- test_runner/regress/test_compaction.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_runner/regress/test_compaction.py b/test_runner/regress/test_compaction.py index 35f7973c535f..0c8e1270eab3 100644 --- a/test_runner/regress/test_compaction.py +++ b/test_runner/regress/test_compaction.py @@ -12,12 +12,12 @@ generate_uploads_and_deletions, ) from fixtures.pageserver.http import PageserverApiException -from fixtures.utils import wait_until -from fixtures.workload import Workload from fixtures.pageserver.utils import ( wait_for_upload, wait_for_upload_queue_empty, ) +from fixtures.utils import wait_until +from fixtures.workload import Workload AGGRESIVE_COMPACTION_TENANT_CONF = { # Disable gc and compaction. The test runs compaction manually.