poetry run ruff check --fix .

This commit is contained in:
Gleb Novikov
2025-01-03 15:27:25 +00:00
parent a7f8b9f6b5
commit fd0acb6195

View File

@@ -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,