Automatic style fix

This commit is contained in:
robot-clickhouse 2023-10-10 14:21:35 +00:00
parent b677318415
commit d500ebcb73

View File

@ -143,7 +143,7 @@ def test_usage(cluster, node_name):
)
# to check right handling of paths in disk web
node2.query("SELECT count() FROM system.remote_data_paths");
node2.query("SELECT count() FROM system.remote_data_paths")
node2.query("DROP TABLE test{} SYNC".format(i))
print(f"Ok {i}")