Automatic style fix

This commit is contained in:
robot-clickhouse 2023-06-13 15:19:16 +00:00
parent bc47244902
commit 8dde50eb3a

View File

@ -558,7 +558,7 @@ def test_schema_inference_from_globs_tf(cluster):
node = cluster.instances["node"] # type: ClickHouseInstance node = cluster.instances["node"] # type: ClickHouseInstance
table_format = "column1 UInt32, column2 UInt32, column3 UInt32" table_format = "column1 UInt32, column2 UInt32, column3 UInt32"
max_path = "" max_path = ""
for i in range(10): for i in range(10):
for j in range(10): for j in range(10):
path = "{}/{}_{}/{}.csv".format( path = "{}/{}_{}/{}.csv".format(