From fd0acb61958c5d07c962c72129c7f85512d1ab72 Mon Sep 17 00:00:00 2001 From: Gleb Novikov Date: Fri, 3 Jan 2025 15:27:25 +0000 Subject: [PATCH] poetry run ruff check --fix . --- test_runner/regress/test_import_pgdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_import_pgdata.py b/test_runner/regress/test_import_pgdata.py index 95e734c72e..29b5e88a57 100644 --- a/test_runner/regress/test_import_pgdata.py +++ b/test_runner/regress/test_import_pgdata.py @@ -9,7 +9,7 @@ import pytest from fixtures.common_types import Lsn, TenantId, TenantShardId, TimelineId from fixtures.fast_import import FastImport from fixtures.log_helper import log -from fixtures.neon_fixtures import NeonEnvBuilder, VanillaPostgres, PgProtocol, PgBin +from fixtures.neon_fixtures import NeonEnvBuilder, PgBin, PgProtocol, VanillaPostgres from fixtures.pageserver.http import ( ImportPgdataIdemptencyKey, PageserverApiException,