Skip to content

Commit

Permalink
fix import for moved python type
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Nov 13, 2024
1 parent 95d5435 commit e33af1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_runner/regress/test_pageserver_generations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
wait_for_last_record_lsn,
wait_for_upload,
)
from fixtures.pg_version import run_only_on_default_postgres
from fixtures.remote_storage import (
LocalFsStorage,
RemoteStorageKind,
)
from fixtures.utils import wait_until
from fixtures.utils import run_only_on_default_postgres, wait_until
from fixtures.workload import Workload

if TYPE_CHECKING:
Expand Down

0 comments on commit e33af1b

Please sign in to comment.