From 50bc8acc3724b8fa81d2aa1e7b40515a16268d08 Mon Sep 17 00:00:00 2001 From: robot-clickhouse Date: Thu, 21 Mar 2024 21:26:53 +0000 Subject: [PATCH] Automatic style fix --- tests/integration/test_storage_azure_blob_storage/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_storage_azure_blob_storage/test.py b/tests/integration/test_storage_azure_blob_storage/test.py index 6918be9f78a..7d30265e4f8 100644 --- a/tests/integration/test_storage_azure_blob_storage/test.py +++ b/tests/integration/test_storage_azure_blob_storage/test.py @@ -1342,4 +1342,4 @@ def test_parallel_read(cluster): f"select count() from azureBlobStorage('{connection_string}', 'cont', 'test_parallel_read.parquet')", ) assert int(res) == 10000 - assert_logs_contain_with_retry(node, "AzureBlobStorage readBigAt read bytes") \ No newline at end of file + assert_logs_contain_with_retry(node, "AzureBlobStorage readBigAt read bytes")