From fd984a2750e12e71af5be9531ad15e920d8b10a5 Mon Sep 17 00:00:00 2001 From: Alex Chi Z Date: Wed, 30 Jul 2025 10:51:01 -0400 Subject: [PATCH] fix mypy Signed-off-by: Alex Chi Z --- test_runner/regress/test_compaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_compaction.py b/test_runner/regress/test_compaction.py index e20991657b..033ec68a9d 100644 --- a/test_runner/regress/test_compaction.py +++ b/test_runner/regress/test_compaction.py @@ -17,7 +17,7 @@ from fixtures.neon_fixtures import ( from fixtures.pageserver.http import PageserverApiException from fixtures.utils import skip_in_debug_build, wait_until from fixtures.workload import Workload -from regress.test_pg_regress import patch_tenant_conf +from test_pg_regress import patch_tenant_conf AGGRESSIVE_COMPACTION_TENANT_CONF = { # Disable gc and compaction. The test runs compaction manually.