style fix

This commit is contained in:
Yarik Briukhovetskyi 2023-11-28 19:13:37 +01:00 committed by GitHub
parent a83a046d54
commit ad9583d6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ def test_s3_table_functions(started_cluster):
== "1000000\n"
)
def test_s3_table_functions_line_as_string(started_cluster):
node.query(
"""
@ -84,5 +85,4 @@ def test_s3_table_functions_line_as_string(started_cluster):
) LIMIT 1;
"""
)
)