From 0785d92577e9e5021293b393470d913065bf2f72 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Wed, 8 Mar 2023 19:33:33 +0200 Subject: [PATCH] Add isort happy --- test_runner/regress/test_gc_old_layers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/regress/test_gc_old_layers.py b/test_runner/regress/test_gc_old_layers.py index b54aad01d8..91e11a3a19 100644 --- a/test_runner/regress/test_gc_old_layers.py +++ b/test_runner/regress/test_gc_old_layers.py @@ -2,6 +2,7 @@ import pytest from fixtures.log_helper import log from fixtures.neon_fixtures import NeonEnvBuilder + # # Test that GC is able to collect all old layers even if them are forming # "stairs" and there are not three delta layers since last image layer.