From 52dcaea12ea0291c7d511e1e3d16a613d75975ba Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Fri, 5 Apr 2024 16:45:36 +0300 Subject: [PATCH] Make ruff happy --- test_runner/regress/test_replication_start_subxid_overflow.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_runner/regress/test_replication_start_subxid_overflow.py b/test_runner/regress/test_replication_start_subxid_overflow.py index 3f2b055440..6385ad32f2 100644 --- a/test_runner/regress/test_replication_start_subxid_overflow.py +++ b/test_runner/regress/test_replication_start_subxid_overflow.py @@ -23,7 +23,8 @@ def test_replication_start_subxid_overflow(neon_simple_env: NeonEnv): raise exception 'caught something'; end; end loop; - end; $$ language plpgsql""") + end; $$ language plpgsql""" + ) p_cur.execute("select create_subxacts(100000)") xid = p_cur.fetchall()[0][0] log.info(f"Master transaction {xid}")