From b05c73b3ae6bc903f3f75bc6347eca99bccae873 Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Thu, 14 Dec 2023 13:19:46 +0000 Subject: [PATCH] Automatic style fix --- .../test_postgresql_replica_database_engine_1/test.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_postgresql_replica_database_engine_1/test.py b/tests/integration/test_postgresql_replica_database_engine_1/test.py index 984a2ca3219a..f04425d83d46 100644 --- a/tests/integration/test_postgresql_replica_database_engine_1/test.py +++ b/tests/integration/test_postgresql_replica_database_engine_1/test.py @@ -431,7 +431,11 @@ def attack(thread_id): # random update / delete query cursor.execute(query_pool[query_id].format(random_table_name)) - print("Executing for table {} query: {}".format(random_table_name, query_pool[query_id])) + print( + "Executing for table {} query: {}".format( + random_table_name, query_pool[query_id] + ) + ) # allow some thread to do inserts (not to violate key constraints) if thread_id < 5: