From 6fa4068c510fd701852f1236b305870747a83adb Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Tue, 23 Jan 2024 22:41:22 +0200 Subject: [PATCH] Make ruff happy --- test_runner/regress/test_replication_lag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_replication_lag.py b/test_runner/regress/test_replication_lag.py index a7fee91356..f167078512 100644 --- a/test_runner/regress/test_replication_lag.py +++ b/test_runner/regress/test_replication_lag.py @@ -1,5 +1,5 @@ -import time import threading +import time from fixtures.log_helper import log from fixtures.neon_fixtures import NeonEnv, PgBin